#BCA8CE

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

Shades of Perfume #BCA8CE

Tints of Perfume #BCA8CE

Color information

#BCA8CE (or 0xBCA8CE) is unknown color: approx Perfume. HEX triplet: BC, A8 and CE. RGB value is (188,168,206). Sum of RGB (Red+Green+Blue) = 188+168+206=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8CE is #435731. Grayscale: #B2B2B2. Windows color (decimal): -4413234 or 13543612. OLE color: 13543612.

HSL color Cylindrical-coordinate representation of color #BCA8CE: hue angle of 271.58º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCA8CE is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188168206-
CMYK0.090.1800.19
HSL271.58º27.94%73.33%-
HSV(B)271.58º18.45%80.78%-
XYZ45.8843.1564.3-
YUV178.31143.63134.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 168 (66.02% from 255) = 29.89%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=33.45%
G=29.89%
B=36.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881682060.090.1800.19271.5827.9473.33
HexBCA8CE9120131101c49
Octal274250316112202342034111
Binary101111001010100011001110100110010010011100010000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8CE; }

 p { color: rgb(188,168,206); }

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

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

 a { background-color: rgb(188,168,206); }

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

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

 span { border-color: rgb(188,168,206); }

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