Shades of Blue Haze #BAB5C9
Tints of Blue Haze #BAB5C9
RGB
CMYK
RGB Variations
Color information
#BAB5C9 (or 0xBAB5C9) is known color: Blue Haze. HEX triplet: BA, B5 and C9. RGB value is (186,181,201). Sum of RGB (Red+Green+Blue) = 186+181+201=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAB5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5C9 is #454A36. Grayscale: #B8B8B8. Windows color (decimal): -4540983 or 13219258. OLE color: 13219258.
HSL color Cylindrical-coordinate representation of color #BAB5C9: hue angle of 255º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB5C9 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 181 | 201 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.21 |
| HSL | 255º | 0.16% | 0.75% | - |
| HSV(B) | 255º | 0.1% | 0.79% | - |
| XYZ | 47.32 | 47.7 | 61.97 | - |
| YUV | 184.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 201 | 0.07 | 0.10 | 0 | 0.21 | 255 | 0.16 | 0.75 |
| Hex | BA | B5 | C9 | 7 | A | 0 | 15 | FF | 10 | 4B |
| Octal | 272 | 265 | 311 | 7 | 12 | 0 | 25 | 377 | 20 | 113 |
| Binary | 10111010 | 10110101 | 11001001 | 111 | 1010 | 0 | 10101 | 11111111 | 10000 | 1001011 |
Color Harmonies of #BAB5C9
Complementary color
Monochromatic Colors of #BAB5C9
Black with #BAB5C9
Text Example
Text Example
White with #BAB5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5C9; }
p { color: rgb(186,181,201); }
H1.HeaderClassName
{
color: #BAB5C9;
}
.AnyTagClassName
{
color: #BAB5C9;
}
</style>
background-color css
<style>
a { background-color: #BAB5C9; }
a { background-color: rgb(186,181,201); }
div.DivClassName
{
background-color: #BAB5C9;
}
.BgClassName
{
background-color: #BAB5C9;
}
</style>
border-color css
<style>
span { border-color: #BAB5C9; }
span { border-color: rgb(186,181,201); }
td.TdClassName
{
border-color: #BAB5C9;
}
.TagClassName
{
border-color: #BAB5C9;
}
</style>