#BAB5CB

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

Shades of Blue Haze #BAB5CB

Tints of Blue Haze #BAB5CB

Color information

#BAB5CB (or 0xBAB5CB) is unknown color: approx Blue Haze. HEX triplet: BA, B5 and CB. RGB value is (186,181,203). Sum of RGB (Red+Green+Blue) = 186+181+203=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAB5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5CB is #454A34. Grayscale: #B8B8B8. Windows color (decimal): -4540981 or 13350330. OLE color: 13350330.

HSL color Cylindrical-coordinate representation of color #BAB5CB: hue angle of 253.64º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAB5CB is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186181203-
CMYK0.080.1100.20
HSL253.64º17.46%75.29%-
HSV(B)253.64º10.84%79.61%-
XYZ47.5547.863.22-
YUV185138.16128.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=32.63%
G=31.75%
B=35.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861812030.080.1100.20253.6417.4675.29
HexBAB5CB8B014fe114b
Octal272265313101302437621113
Binary1011101010110101110010111000101101010011111110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5CB; }

 p { color: rgb(186,181,203); }

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

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

 a { background-color: rgb(186,181,203); }

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

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

 span { border-color: rgb(186,181,203); }

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