#BAB8CB

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

Shades of Blue Haze #BAB8CB

Tints of Blue Haze #BAB8CB

Color information

#BAB8CB (or 0xBAB8CB) is unknown color: approx Blue Haze. HEX triplet: BA, B8 and CB. RGB value is (186,184,203). Sum of RGB (Red+Green+Blue) = 186+184+203=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAB8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8CB is #454734. Grayscale: #BABABA. Windows color (decimal): -4540213 or 13351098. OLE color: 13351098.

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

Color convert

RGB186184203-
CMYK0.080.0900.20
HSL246.32º15.45%75.88%-
HSV(B)246.32º9.36%79.61%-
XYZ48.1749.0363.43-
YUV186.76137.16127.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 184 (72.27% from 255) = 32.11%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=32.46%
G=32.11%
B=35.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861842030.080.0900.20246.3215.4575.88
HexBAB8CB89014f6f4c
Octal272270313101102436617114
Binary101110101011100011001011100010010101001111011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8CB; }

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

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

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

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

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

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

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

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