Shades of Blue Haze #BAB7C5
Tints of Blue Haze #BAB7C5
RGB
CMYK
RGB Variations
Color information
#BAB7C5 (or 0xBAB7C5) is known color: Blue Haze. HEX triplet: BA, B7 and C5. RGB value is (186,183,197). Sum of RGB (Red+Green+Blue) = 186+183+197=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 197 - color contains mainly: blue. Hex color #BAB7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7C5 is #45483A. Grayscale: #B9B9B9. Windows color (decimal): -4540475 or 12957626. OLE color: 12957626.
HSL color Cylindrical-coordinate representation of color #BAB7C5: hue angle of 252.86º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAB7C5 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 183 | 197 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.23 |
| HSL | 252.86º | 0.11% | 0.75% | - |
| HSV(B) | 252.86º | 0.07% | 0.77% | - |
| XYZ | 47.26 | 48.34 | 59.66 | - |
| YUV | 185.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 197 | 0.06 | 0.07 | 0 | 0.23 | 252.86 | 0.11 | 0.75 |
| Hex | BA | B7 | C5 | 6 | 7 | 0 | 17 | FD | B | 4B |
| Octal | 272 | 267 | 305 | 6 | 7 | 0 | 27 | 375 | 13 | 113 |
| Binary | 10111010 | 10110111 | 11000101 | 110 | 111 | 0 | 10111 | 11111101 | 1011 | 1001011 |
Color Harmonies of #BAB7C5
Complementary color
Monochromatic Colors of #BAB7C5
Black with #BAB7C5
Text Example
Text Example
White with #BAB7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7C5; }
p { color: rgb(186,183,197); }
H1.HeaderClassName
{
color: #BAB7C5;
}
.AnyTagClassName
{
color: #BAB7C5;
}
</style>
background-color css
<style>
a { background-color: #BAB7C5; }
a { background-color: rgb(186,183,197); }
div.DivClassName
{
background-color: #BAB7C5;
}
.BgClassName
{
background-color: #BAB7C5;
}
</style>
border-color css
<style>
span { border-color: #BAB7C5; }
span { border-color: rgb(186,183,197); }
td.TdClassName
{
border-color: #BAB7C5;
}
.TagClassName
{
border-color: #BAB7C5;
}
</style>