#BAB3CB

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

Shades of Blue Haze #BAB3CB

Tints of Blue Haze #BAB3CB

Color information

#BAB3CB (or 0xBAB3CB) is unknown color: approx Blue Haze. HEX triplet: BA, B3 and CB. RGB value is (186,179,203). Sum of RGB (Red+Green+Blue) = 186+179+203=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3CB is #454C34. Grayscale: #B7B7B7. Windows color (decimal): -4541493 or 13349818. OLE color: 13349818.

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

Color convert

RGB186179203-
CMYK0.080.1200.20
HSL257.5º18.75%74.9%-
HSV(B)257.5º11.82%79.61%-
XYZ47.1546.9963.09-
YUV183.83138.82129.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 179 (70.31% from 255) = 31.51%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=32.75%
G=31.51%
B=35.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861792030.080.1200.20257.518.7574.9
HexBAB3CB8C014102134b
Octal272263313101402440223113
Binary10111010101100111100101110001100010100100000010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3CB; }

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

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

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

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

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

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

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

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