#BAB9CA

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

Shades of Blue Haze #BAB9CA

Tints of Blue Haze #BAB9CA

Color information

#BAB9CA (or 0xBAB9CA) is unknown color: approx Blue Haze. HEX triplet: BA, B9 and CA. RGB value is (186,185,202). Sum of RGB (Red+Green+Blue) = 186+185+202=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9CA is #454635. Grayscale: #BBBBBB. Windows color (decimal): -4539958 or 13285818. OLE color: 13285818.

HSL color Cylindrical-coordinate representation of color #BAB9CA: hue angle of 243.53º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAB9CA is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186185202-
CMYK0.080.0800.21
HSL243.53º13.82%75.88%-
HSV(B)243.53º8.42%79.22%-
XYZ48.2649.462.87-
YUV187.24136.33127.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 185 (72.66% from 255) = 32.29%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=32.46%
G=32.29%
B=35.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861852020.080.0800.21243.5313.8275.88
HexBAB9CA88015f4e4c
Octal272271312101002536416114
Binary101110101011100111001010100010000101011111010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9CA; }

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

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

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

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

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

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

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

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