#BAB9CC

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

Shades of Blue Haze #BAB9CC

Tints of Blue Haze #BAB9CC

Color information

#BAB9CC (or 0xBAB9CC) is unknown color: approx Blue Haze. HEX triplet: BA, B9 and CC. RGB value is (186,185,204). Sum of RGB (Red+Green+Blue) = 186+185+204=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9CC is #454633. Grayscale: #BBBBBB. Windows color (decimal): -4539956 or 13416890. OLE color: 13416890.

HSL color Cylindrical-coordinate representation of color #BAB9CC: hue angle of 243.16º degrees, saturation: 0.16, 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 #BAB9CC is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186185204-
CMYK0.090.0900.2
HSL243.16º15.7%76.27%-
HSV(B)243.16º9.31%80%-
XYZ48.549.564.12-
YUV187.46137.33126.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=32.35%
G=32.17%
B=35.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861852040.090.0900.2243.1615.776.27
HexBAB9CC99014f3104c
Octal272271314111102436320114
Binary1011101010111001110011001001100101010011110011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9CC; }

 p { color: rgb(186,185,204); }

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

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

 a { background-color: rgb(186,185,204); }

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

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

 span { border-color: rgb(186,185,204); }

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