Shades of Blue Haze #BAB2D4
Tints of Blue Haze #BAB2D4
RGB
CMYK
RGB Variations
Color information
#BAB2D4 (or 0xBAB2D4) is known color: Blue Haze. HEX triplet: BA, B2 and D4. RGB value is (186,178,212). Sum of RGB (Red+Green+Blue) = 186+178+212=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAB2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2D4 is #454D2B. Grayscale: #B8B8B8. Windows color (decimal): -4541740 or 13939386. OLE color: 13939386.
HSL color Cylindrical-coordinate representation of color #BAB2D4: hue angle of 254.12º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB2D4 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 178 | 212 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.17 |
| HSL | 254.12º | 0.28% | 0.76% | - |
| HSV(B) | 254.12º | 0.16% | 0.83% | - |
| XYZ | 48.05 | 47.03 | 68.83 | - |
| YUV | 184.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 212 | 0.12 | 0.16 | 0 | 0.17 | 254.12 | 0.28 | 0.76 |
| Hex | BA | B2 | D4 | C | 10 | 0 | 11 | FE | 1C | 4C |
| Octal | 272 | 262 | 324 | 14 | 20 | 0 | 21 | 376 | 34 | 114 |
| Binary | 10111010 | 10110010 | 11010100 | 1100 | 10000 | 0 | 10001 | 11111110 | 11100 | 1001100 |
Color Harmonies of #BAB2D4
Complementary color
Monochromatic Colors of #BAB2D4
Black with #BAB2D4
Text Example
Text Example
White with #BAB2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2D4; }
p { color: rgb(186,178,212); }
H1.HeaderClassName
{
color: #BAB2D4;
}
.AnyTagClassName
{
color: #BAB2D4;
}
</style>
background-color css
<style>
a { background-color: #BAB2D4; }
a { background-color: rgb(186,178,212); }
div.DivClassName
{
background-color: #BAB2D4;
}
.BgClassName
{
background-color: #BAB2D4;
}
</style>
border-color css
<style>
span { border-color: #BAB2D4; }
span { border-color: rgb(186,178,212); }
td.TdClassName
{
border-color: #BAB2D4;
}
.TagClassName
{
border-color: #BAB2D4;
}
</style>