#BC91FA

Color #BC91FA Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BC91FA

Tints of Perfume #BC91FA

Color information

#BC91FA (or 0xBC91FA) is unknown color: approx Perfume. HEX triplet: BC, 91 and FA. RGB value is (188,145,250). Sum of RGB (Red+Green+Blue) = 188+145+250=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC91FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC91FA is #436E05. Grayscale: #A9A9A9. Windows color (decimal): -4419078 or 16421308. OLE color: 16421308.

HSL color Cylindrical-coordinate representation of color #BC91FA: hue angle of 264.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC91FA is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188145250-
CMYK0.250.4200.02
HSL264.57º91.3%77.45%-
HSV(B)264.57º42%98.04%-
XYZ48.1237.8495.21-
YUV169.83173.25140.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 145 (57.03% from 255) = 24.87%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=32.25%
G=24.87%
B=42.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881452500.250.4200.02264.5791.377.45
HexBC91FA192A021095b4d
Octal274221372315202411133115
Binary1011110010010001111110101100110101001010000100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91FA; }

 p { color: rgb(188,145,250); }

 H1.HeaderClassName
 {
   color: #BC91FA;
 }
 .AnyTagClassName
 {
   color: #BC91FA;
 }
</style>
background-color css

<style>
 a { background-color: #BC91FA; }

 a { background-color: rgb(188,145,250); }

 div.DivClassName
 {
   background-color: #BC91FA;
 }
 .BgClassName
 {
   background-color: #BC91FA;
 }
</style>
border-color css

<style>
 span { border-color: #BC91FA; }

 span { border-color: rgb(188,145,250); }

 td.TdClassName
 {
   border-color: #BC91FA;
 }
 .TagClassName
 {
   border-color: #BC91FA;
 }
</style>