#BC9CEC

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

Shades of Perfume #BC9CEC

Tints of Perfume #BC9CEC

Color information

#BC9CEC (or 0xBC9CEC) is unknown color: approx Perfume. HEX triplet: BC, 9C and EC. RGB value is (188,156,236). Sum of RGB (Red+Green+Blue) = 188+156+236=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9CEC is #436313. Grayscale: #AEAEAE. Windows color (decimal): -4416276 or 15506620. OLE color: 15506620.

HSL color Cylindrical-coordinate representation of color #BC9CEC: hue angle of 264º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC9CEC is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188156236-
CMYK0.200.3400.07
HSL264º67.8%76.86%-
HSV(B)264º33.9%92.55%-
XYZ47.7740.5284.66-
YUV174.69162.6137.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=32.41%
G=26.90%
B=40.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881562360.200.3400.0726467.876.86
HexBC9CEC142207108444d
Octal274234354244207410104115
Binary10111100100111001110110010100100010011110000100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CEC; }

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

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

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

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

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

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

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

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