Shades of Blue Haze #BAB5CE
Tints of Blue Haze #BAB5CE
RGB
CMYK
RGB Variations
Color information
#BAB5CE (or 0xBAB5CE) is known color: Blue Haze. HEX triplet: BA, B5 and CE. RGB value is (186,181,206). Sum of RGB (Red+Green+Blue) = 186+181+206=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5CE is #454A31. Grayscale: #B9B9B9. Windows color (decimal): -4540978 or 13546938. OLE color: 13546938.
HSL color Cylindrical-coordinate representation of color #BAB5CE: hue angle of 252º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAB5CE is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 181 | 206 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.19 |
| HSL | 252º | 0.2% | 0.76% | - |
| HSV(B) | 252º | 0.12% | 0.81% | - |
| XYZ | 47.91 | 47.94 | 65.12 | - |
| YUV | 185.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 206 | 0.10 | 0.12 | 0 | 0.19 | 252 | 0.2 | 0.76 |
| Hex | BA | B5 | CE | A | C | 0 | 13 | FC | 14 | 4C |
| Octal | 272 | 265 | 316 | 12 | 14 | 0 | 23 | 374 | 24 | 114 |
| Binary | 10111010 | 10110101 | 11001110 | 1010 | 1100 | 0 | 10011 | 11111100 | 10100 | 1001100 |
Color Harmonies of #BAB5CE
Complementary color
Monochromatic Colors of #BAB5CE
Black with #BAB5CE
Text Example
Text Example
White with #BAB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5CE; }
p { color: rgb(186,181,206); }
H1.HeaderClassName
{
color: #BAB5CE;
}
.AnyTagClassName
{
color: #BAB5CE;
}
</style>
background-color css
<style>
a { background-color: #BAB5CE; }
a { background-color: rgb(186,181,206); }
div.DivClassName
{
background-color: #BAB5CE;
}
.BgClassName
{
background-color: #BAB5CE;
}
</style>
border-color css
<style>
span { border-color: #BAB5CE; }
span { border-color: rgb(186,181,206); }
td.TdClassName
{
border-color: #BAB5CE;
}
.TagClassName
{
border-color: #BAB5CE;
}
</style>