Shades of Blue Haze #BAB4D4
Tints of Blue Haze #BAB4D4
RGB
CMYK
RGB Variations
Color information
#BAB4D4 (or 0xBAB4D4) is known color: Blue Haze. HEX triplet: BA, B4 and D4. RGB value is (186,180,212). Sum of RGB (Red+Green+Blue) = 186+180+212=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAB4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4D4 is #454B2B. Grayscale: #B9B9B9. Windows color (decimal): -4541228 or 13939898. OLE color: 13939898.
HSL color Cylindrical-coordinate representation of color #BAB4D4: hue angle of 251.25º degrees, saturation: 0.27, 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 #BAB4D4 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 186 | 180 | 212 | - |
CMYK | 0.12 | 0.15 | 0 | 0.17 |
HSL | 251.25º | 0.27% | 0.77% | - |
HSV(B) | 251.25º | 0.15% | 0.83% | - |
XYZ | 48.45 | 47.84 | 68.97 | - |
YUV | 185.44 | 142.99 | 128.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 180 | 212 | 0.12 | 0.15 | 0 | 0.17 | 251.25 | 0.27 | 0.77 |
Hex | BA | B4 | D4 | C | F | 0 | 11 | FB | 1B | 4D |
Octal | 272 | 264 | 324 | 14 | 17 | 0 | 21 | 373 | 33 | 115 |
Binary | 10111010 | 10110100 | 11010100 | 1100 | 1111 | 0 | 10001 | 11111011 | 11011 | 1001101 |
Color Harmonies of #BAB4D4
Complementary color
Monochromatic Colors of #BAB4D4
Black with #BAB4D4
Text Example
Text Example
White with #BAB4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4D4; }
p { color: rgb(186,180,212); }
H1.HeaderClassName
{
color: #BAB4D4;
}
.AnyTagClassName
{
color: #BAB4D4;
}
</style>
background-color css
<style>
a { background-color: #BAB4D4; }
a { background-color: rgb(186,180,212); }
div.DivClassName
{
background-color: #BAB4D4;
}
.BgClassName
{
background-color: #BAB4D4;
}
</style>
border-color css
<style>
span { border-color: #BAB4D4; }
span { border-color: rgb(186,180,212); }
td.TdClassName
{
border-color: #BAB4D4;
}
.TagClassName
{
border-color: #BAB4D4;
}
</style>