#BAB9CB

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

Shades of Blue Haze #BAB9CB

Tints of Blue Haze #BAB9CB

Color information

#BAB9CB (or 0xBAB9CB) is unknown color: approx Blue Haze. HEX triplet: BA, B9 and CB. RGB value is (186,185,203). Sum of RGB (Red+Green+Blue) = 186+185+203=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAB9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9CB is #454634. Grayscale: #BBBBBB. Windows color (decimal): -4539957 or 13351354. OLE color: 13351354.

HSL color Cylindrical-coordinate representation of color #BAB9CB: hue angle of 243.33º 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 #BAB9CB is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186185203-
CMYK0.080.0900.20
HSL243.33º14.75%76.08%-
HSV(B)243.33º8.87%79.61%-
XYZ48.3849.4563.49-
YUV187.35136.83127.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=32.40%
G=32.23%
B=35.37%

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
Decimal1861852030.080.0900.20243.3314.7576.08
HexBAB9CB89014f3f4c
Octal272271313101102436317114
Binary101110101011100111001011100010010101001111001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9CB; }

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

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

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

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

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

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

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

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