#BC9CEA

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

Shades of Perfume #BC9CEA

Tints of Perfume #BC9CEA

Color information

#BC9CEA (or 0xBC9CEA) is unknown color: approx Perfume. HEX triplet: BC, 9C and EA. RGB value is (188,156,234). Sum of RGB (Red+Green+Blue) = 188+156+234=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9CEA is #436315. Grayscale: #AEAEAE. Windows color (decimal): -4416278 or 15375548. OLE color: 15375548.

HSL color Cylindrical-coordinate representation of color #BC9CEA: hue angle of 264.62º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC9CEA is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188156234-
CMYK0.200.3300.08
HSL264.62º65%76.47%-
HSV(B)264.62º33.33%91.76%-
XYZ47.4840.4183.14-
YUV174.46161.6137.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=32.53%
G=26.99%
B=40.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881562340.200.3300.08264.626576.47
HexBC9CEA142108109414c
Octal2742343522441010411101114
Binary101111001001110011101010101001000010100010000100110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CEA; }

 p { color: rgb(188,156,234); }

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

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

 a { background-color: rgb(188,156,234); }

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

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

 span { border-color: rgb(188,156,234); }

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