Shades of Blue Haze #BAB2D7
Tints of Blue Haze #BAB2D7
RGB
CMYK
RGB Variations
Color information
#BAB2D7 (or 0xBAB2D7) is known color: Blue Haze. HEX triplet: BA, B2 and D7. RGB value is (186,178,215). Sum of RGB (Red+Green+Blue) = 186+178+215=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAB2D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2D7 is #454D28. Grayscale: #B8B8B8. Windows color (decimal): -4541737 or 14135994. OLE color: 14135994.
HSL color Cylindrical-coordinate representation of color #BAB2D7: hue angle of 252.97º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAB2D7 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 178 | 215 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.16 |
| HSL | 252.97º | 0.32% | 0.77% | - |
| HSV(B) | 252.97º | 0.17% | 0.84% | - |
| XYZ | 48.44 | 47.19 | 70.84 | - |
| YUV | 184.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 215 | 0.13 | 0.17 | 0 | 0.16 | 252.97 | 0.32 | 0.77 |
| Hex | BA | B2 | D7 | D | 11 | 0 | 10 | FD | 20 | 4D |
| Octal | 272 | 262 | 327 | 15 | 21 | 0 | 20 | 375 | 40 | 115 |
| Binary | 10111010 | 10110010 | 11010111 | 1101 | 10001 | 0 | 10000 | 11111101 | 100000 | 1001101 |
Color Harmonies of #BAB2D7
Complementary color
Monochromatic Colors of #BAB2D7
Black with #BAB2D7
Text Example
Text Example
White with #BAB2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2D7; }
p { color: rgb(186,178,215); }
H1.HeaderClassName
{
color: #BAB2D7;
}
.AnyTagClassName
{
color: #BAB2D7;
}
</style>
background-color css
<style>
a { background-color: #BAB2D7; }
a { background-color: rgb(186,178,215); }
div.DivClassName
{
background-color: #BAB2D7;
}
.BgClassName
{
background-color: #BAB2D7;
}
</style>
border-color css
<style>
span { border-color: #BAB2D7; }
span { border-color: rgb(186,178,215); }
td.TdClassName
{
border-color: #BAB2D7;
}
.TagClassName
{
border-color: #BAB2D7;
}
</style>