#BCA9CE

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

Shades of Perfume #BCA9CE

Tints of Perfume #BCA9CE

Color information

#BCA9CE (or 0xBCA9CE) is unknown color: approx Perfume. HEX triplet: BC, A9 and CE. RGB value is (188,169,206). Sum of RGB (Red+Green+Blue) = 188+169+206=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCA9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9CE is #435631. Grayscale: #B2B2B2. Windows color (decimal): -4412978 or 13543868. OLE color: 13543868.

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

Color convert

RGB188169206-
CMYK0.090.1800.19
HSL270.81º27.41%73.53%-
HSV(B)270.81º17.96%80.78%-
XYZ46.0743.5264.37-
YUV178.9143.29134.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=33.39%
G=30.02%
B=36.59%

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
Decimal1881692060.090.1800.19270.8127.4173.53
HexBCA9CE91201310f1b4a
Octal274251316112202341733112
Binary101111001010100111001110100110010010011100001111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9CE; }

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

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

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

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

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

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

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

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