#BCB9D0

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

Shades of Blue Haze #BCB9D0

Tints of Blue Haze #BCB9D0

Color information

#BCB9D0 (or 0xBCB9D0) is unknown color: approx Blue Haze. HEX triplet: BC, B9 and D0. RGB value is (188,185,208). Sum of RGB (Red+Green+Blue) = 188+185+208=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCB9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9D0 is #43462F. Grayscale: #BCBCBC. Windows color (decimal): -4408880 or 13679036. OLE color: 13679036.

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

Color convert

RGB188185208-
CMYK0.100.1100.18
HSL247.83º19.66%77.06%-
HSV(B)247.83º11.06%81.57%-
XYZ49.4749.9466.71-
YUV188.52138.99127.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 185 (72.66% from 255) = 31.84%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=32.36%
G=31.84%
B=35.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881852080.100.1100.18247.8319.6677.06
HexBCB9D0AB012f8144d
Octal274271320121302237024115
Binary1011110010111001110100001010101101001011111000101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9D0; }

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

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

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

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

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

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

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

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