#BCB6D0

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

Shades of Blue Haze #BCB6D0

Tints of Blue Haze #BCB6D0

Color information

#BCB6D0 (or 0xBCB6D0) is unknown color: approx Blue Haze. HEX triplet: BC, B6 and D0. RGB value is (188,182,208). Sum of RGB (Red+Green+Blue) = 188+182+208=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCB6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6D0 is #43492F. Grayscale: #BABABA. Windows color (decimal): -4409648 or 13678268. OLE color: 13678268.

HSL color Cylindrical-coordinate representation of color #BCB6D0: hue angle of 253.85º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB6D0 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188182208-
CMYK0.100.1200.18
HSL253.85º21.67%76.47%-
HSV(B)253.85º12.5%81.57%-
XYZ48.8548.766.5-
YUV186.76139.99128.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 208 (81.64% from 255) = 35.99%
R=32.53%
G=31.49%
B=35.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881822080.100.1200.18253.8521.6776.47
HexBCB6D0AC012fe164c
Octal274266320121402237626114
Binary1011110010110110110100001010110001001011111110101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6D0; }

 p { color: rgb(188,182,208); }

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

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

 a { background-color: rgb(188,182,208); }

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

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

 span { border-color: rgb(188,182,208); }

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