Shades of Blue Haze #BAB8D0
Tints of Blue Haze #BAB8D0
RGB
CMYK
RGB Variations
Color information
#BAB8D0 (or 0xBAB8D0) is known color: 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
| RGB | 186 | 184 | 208 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.18 |
| HSL | 245º | 0.2% | 0.77% | - |
| HSV(B) | 245º | 0.12% | 0.82% | - |
| XYZ | 48.78 | 49.27 | 66.61 | - |
| YUV | 187.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 208 | 0.11 | 0.12 | 0 | 0.18 | 245 | 0.2 | 0.77 |
| Hex | BA | B8 | D0 | B | C | 0 | 12 | F5 | 14 | 4D |
| Octal | 272 | 270 | 320 | 13 | 14 | 0 | 22 | 365 | 24 | 115 |
| Binary | 10111010 | 10111000 | 11010000 | 1011 | 1100 | 0 | 10010 | 11110101 | 10100 | 1001101 |
Color Harmonies of #BAB8D0
Complementary color
Monochromatic Colors of #BAB8D0
Black with #BAB8D0
Text Example
Text Example
White with #BAB8D0
Text Example
Text Example
HTML Codes & Css Web 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>