#BCB9C6

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

Shades of Blue Haze #BCB9C6

Tints of Blue Haze #BCB9C6

Color information

#BCB9C6 (or 0xBCB9C6) is unknown color: approx Blue Haze. HEX triplet: BC, B9 and C6. RGB value is (188,185,198). Sum of RGB (Red+Green+Blue) = 188+185+198=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCB9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9C6 is #434639. Grayscale: #BBBBBB. Windows color (decimal): -4408890 or 13023676. OLE color: 13023676.

HSL color Cylindrical-coordinate representation of color #BCB9C6: hue angle of 253.85º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCB9C6 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188185198-
CMYK0.050.0700.22
HSL253.85º10.24%75.1%-
HSV(B)253.85º6.57%77.65%-
XYZ48.2849.4760.43-
YUV187.38133.99128.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=32.92%
G=32.40%
B=34.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881851980.050.0700.22253.8510.2475.1
HexBCB9C657016fea4b
Octal2742713065702637612113
Binary1011110010111001110001101011110101101111111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9C6; }

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

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

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

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

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

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

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

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