Shades of Blue Haze #BAB7C6
Tints of Blue Haze #BAB7C6
RGB
CMYK
RGB Variations
Color information
#BAB7C6 (or 0xBAB7C6) is known color: Blue Haze. HEX triplet: BA, B7 and C6. RGB value is (186,183,198). Sum of RGB (Red+Green+Blue) = 186+183+198=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAB7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7C6 is #454839. Grayscale: #B9B9B9. Windows color (decimal): -4540474 or 13023162. OLE color: 13023162.
HSL color Cylindrical-coordinate representation of color #BAB7C6: hue angle of 252º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAB7C6 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 183 | 198 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.22 |
| HSL | 252º | 0.12% | 0.75% | - |
| HSV(B) | 252º | 0.08% | 0.78% | - |
| XYZ | 47.38 | 48.38 | 60.27 | - |
| YUV | 185.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 198 | 0.06 | 0.08 | 0 | 0.22 | 252 | 0.12 | 0.75 |
| Hex | BA | B7 | C6 | 6 | 8 | 0 | 16 | FC | C | 4B |
| Octal | 272 | 267 | 306 | 6 | 10 | 0 | 26 | 374 | 14 | 113 |
| Binary | 10111010 | 10110111 | 11000110 | 110 | 1000 | 0 | 10110 | 11111100 | 1100 | 1001011 |
Color Harmonies of #BAB7C6
Complementary color
Monochromatic Colors of #BAB7C6
Black with #BAB7C6
Text Example
Text Example
White with #BAB7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7C6; }
p { color: rgb(186,183,198); }
H1.HeaderClassName
{
color: #BAB7C6;
}
.AnyTagClassName
{
color: #BAB7C6;
}
</style>
background-color css
<style>
a { background-color: #BAB7C6; }
a { background-color: rgb(186,183,198); }
div.DivClassName
{
background-color: #BAB7C6;
}
.BgClassName
{
background-color: #BAB7C6;
}
</style>
border-color css
<style>
span { border-color: #BAB7C6; }
span { border-color: rgb(186,183,198); }
td.TdClassName
{
border-color: #BAB7C6;
}
.TagClassName
{
border-color: #BAB7C6;
}
</style>