Shades of Blue Haze #BAB4D3
Tints of Blue Haze #BAB4D3
RGB
CMYK
RGB Variations
Color information
#BAB4D3 (or 0xBAB4D3) is known color: Blue Haze. HEX triplet: BA, B4 and D3. RGB value is (186,180,211). Sum of RGB (Red+Green+Blue) = 186+180+211=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAB4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4D3 is #454B2C. Grayscale: #B9B9B9. Windows color (decimal): -4541229 or 13874362. OLE color: 13874362.
HSL color Cylindrical-coordinate representation of color #BAB4D3: hue angle of 251.61º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAB4D3 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 180 | 211 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.17 |
| HSL | 251.61º | 0.26% | 0.77% | - |
| HSV(B) | 251.61º | 0.15% | 0.83% | - |
| XYZ | 48.33 | 47.78 | 68.3 | - |
| YUV | 185.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 211 | 0.12 | 0.15 | 0 | 0.17 | 251.61 | 0.26 | 0.77 |
| Hex | BA | B4 | D3 | C | F | 0 | 11 | FC | 1A | 4D |
| Octal | 272 | 264 | 323 | 14 | 17 | 0 | 21 | 374 | 32 | 115 |
| Binary | 10111010 | 10110100 | 11010011 | 1100 | 1111 | 0 | 10001 | 11111100 | 11010 | 1001101 |
Color Harmonies of #BAB4D3
Complementary color
Monochromatic Colors of #BAB4D3
Black with #BAB4D3
Text Example
Text Example
White with #BAB4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4D3; }
p { color: rgb(186,180,211); }
H1.HeaderClassName
{
color: #BAB4D3;
}
.AnyTagClassName
{
color: #BAB4D3;
}
</style>
background-color css
<style>
a { background-color: #BAB4D3; }
a { background-color: rgb(186,180,211); }
div.DivClassName
{
background-color: #BAB4D3;
}
.BgClassName
{
background-color: #BAB4D3;
}
</style>
border-color css
<style>
span { border-color: #BAB4D3; }
span { border-color: rgb(186,180,211); }
td.TdClassName
{
border-color: #BAB4D3;
}
.TagClassName
{
border-color: #BAB4D3;
}
</style>