#BCB9CE

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

Shades of Blue Haze #BCB9CE

Tints of Blue Haze #BCB9CE

Color information

#BCB9CE (or 0xBCB9CE) is unknown color: approx Blue Haze. HEX triplet: BC, B9 and CE. RGB value is (188,185,206). Sum of RGB (Red+Green+Blue) = 188+185+206=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9CE is #434631. Grayscale: #BCBCBC. Windows color (decimal): -4408882 or 13547964. OLE color: 13547964.

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

Color convert

RGB188185206-
CMYK0.090.1000.19
HSL248.57º17.65%76.67%-
HSV(B)248.57º10.19%80.78%-
XYZ49.2349.8565.42-
YUV188.29137.99127.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=32.47%
G=31.95%
B=35.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881852060.090.1000.19248.5717.6576.67
HexBCB9CE9A013f9124d
Octal274271316111202337122115
Binary1011110010111001110011101001101001001111111001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9CE; }

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

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

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

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

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

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

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

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