Shades of Blue Haze #BAB4D5
Tints of Blue Haze #BAB4D5
RGB
CMYK
RGB Variations
Color information
#BAB4D5 (or 0xBAB4D5) is known color: Blue Haze. HEX triplet: BA, B4 and D5. RGB value is (186,180,213). Sum of RGB (Red+Green+Blue) = 186+180+213=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAB4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4D5 is #454B2A. Grayscale: #B9B9B9. Windows color (decimal): -4541227 or 14005434. OLE color: 14005434.
HSL color Cylindrical-coordinate representation of color #BAB4D5: hue angle of 250.91º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAB4D5 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 180 | 213 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.16 |
| HSL | 250.91º | 0.28% | 0.77% | - |
| HSV(B) | 250.91º | 0.15% | 0.84% | - |
| XYZ | 48.58 | 47.89 | 69.63 | - |
| YUV | 185.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 213 | 0.13 | 0.15 | 0 | 0.16 | 250.91 | 0.28 | 0.77 |
| Hex | BA | B4 | D5 | D | F | 0 | 10 | FB | 1C | 4D |
| Octal | 272 | 264 | 325 | 15 | 17 | 0 | 20 | 373 | 34 | 115 |
| Binary | 10111010 | 10110100 | 11010101 | 1101 | 1111 | 0 | 10000 | 11111011 | 11100 | 1001101 |
Color Harmonies of #BAB4D5
Complementary color
Monochromatic Colors of #BAB4D5
Black with #BAB4D5
Text Example
Text Example
White with #BAB4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4D5; }
p { color: rgb(186,180,213); }
H1.HeaderClassName
{
color: #BAB4D5;
}
.AnyTagClassName
{
color: #BAB4D5;
}
</style>
background-color css
<style>
a { background-color: #BAB4D5; }
a { background-color: rgb(186,180,213); }
div.DivClassName
{
background-color: #BAB4D5;
}
.BgClassName
{
background-color: #BAB4D5;
}
</style>
border-color css
<style>
span { border-color: #BAB4D5; }
span { border-color: rgb(186,180,213); }
td.TdClassName
{
border-color: #BAB4D5;
}
.TagClassName
{
border-color: #BAB4D5;
}
</style>