#BAB8D0

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

Shades of Blue Haze #BAB8D0

Tints of Blue Haze #BAB8D0

Color information

#BAB8D0 (or 0xBAB8D0) is unknown color: approx Blue Haze. HEX triplet: BA, B8 and D0. RGB value is (186,184,208). Sum of RGB (Red+Green+Blue) = 186+184+208=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAB8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8D0 is #45472F. Grayscale: #BBBBBB. Windows color (decimal): -4540208 or 13678778. OLE color: 13678778.

HSL color Cylindrical-coordinate representation of color #BAB8D0: hue angle of 245º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAB8D0 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186184208-
CMYK0.110.1200.18
HSL245º20.34%76.86%-
HSV(B)245º11.54%81.57%-
XYZ48.7849.2766.61-
YUV187.33139.66127.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 184 (72.27% from 255) = 31.83%
BLUE value IS 208 (81.64% from 255) = 35.99%
R=32.18%
G=31.83%
B=35.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861842080.110.1200.1824520.3476.86
HexBAB8D0BC012f5144d
Octal272270320131402236524115
Binary1011101010111000110100001011110001001011110101101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8D0; }

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

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

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

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

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

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

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

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