Shades of Blue Haze #BAB9CE
Tints of Blue Haze #BAB9CE
RGB
CMYK
RGB Variations
Color information
#BAB9CE (or 0xBAB9CE) is known color: Blue Haze. HEX triplet: BA, B9 and CE. RGB value is (186,185,206). Sum of RGB (Red+Green+Blue) = 186+185+206=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9CE is #454631. Grayscale: #BBBBBB. Windows color (decimal): -4539954 or 13547962. OLE color: 13547962.
HSL color Cylindrical-coordinate representation of color #BAB9CE: hue angle of 242.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB9CE is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 185 | 206 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.19 |
| HSL | 242.86º | 0.18% | 0.77% | - |
| HSV(B) | 242.86º | 0.1% | 0.81% | - |
| XYZ | 48.74 | 49.59 | 65.4 | - |
| YUV | 187.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 206 | 0.10 | 0.10 | 0 | 0.19 | 242.86 | 0.18 | 0.77 |
| Hex | BA | B9 | CE | A | A | 0 | 13 | F3 | 12 | 4D |
| Octal | 272 | 271 | 316 | 12 | 12 | 0 | 23 | 363 | 22 | 115 |
| Binary | 10111010 | 10111001 | 11001110 | 1010 | 1010 | 0 | 10011 | 11110011 | 10010 | 1001101 |
Color Harmonies of #BAB9CE
Complementary color
Monochromatic Colors of #BAB9CE
Black with #BAB9CE
Text Example
Text Example
White with #BAB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9CE; }
p { color: rgb(186,185,206); }
H1.HeaderClassName
{
color: #BAB9CE;
}
.AnyTagClassName
{
color: #BAB9CE;
}
</style>
background-color css
<style>
a { background-color: #BAB9CE; }
a { background-color: rgb(186,185,206); }
div.DivClassName
{
background-color: #BAB9CE;
}
.BgClassName
{
background-color: #BAB9CE;
}
</style>
border-color css
<style>
span { border-color: #BAB9CE; }
span { border-color: rgb(186,185,206); }
td.TdClassName
{
border-color: #BAB9CE;
}
.TagClassName
{
border-color: #BAB9CE;
}
</style>