Shades of Blue Haze #BAB8C5
Tints of Blue Haze #BAB8C5
RGB
CMYK
RGB Variations
Color information
#BAB8C5 (or 0xBAB8C5) is known color: Blue Haze. HEX triplet: BA, B8 and C5. RGB value is (186,184,197). Sum of RGB (Red+Green+Blue) = 186+184+197=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 184 (72.27% from 255 or 32.45% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 197 - color contains mainly: blue. Hex color #BAB8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8C5 is #45473A. Grayscale: #BABABA. Windows color (decimal): -4540219 or 12957882. OLE color: 12957882.
HSL color Cylindrical-coordinate representation of color #BAB8C5: hue angle of 249.23º degrees, saturation: 0.1, 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 #BAB8C5 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 184 | 197 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.23 |
| HSL | 249.23º | 0.1% | 0.75% | - |
| HSV(B) | 249.23º | 0.07% | 0.77% | - |
| XYZ | 47.47 | 48.75 | 59.73 | - |
| YUV | 186.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 197 | 0.06 | 0.07 | 0 | 0.23 | 249.23 | 0.1 | 0.75 |
| Hex | BA | B8 | C5 | 6 | 7 | 0 | 17 | F9 | A | 4B |
| Octal | 272 | 270 | 305 | 6 | 7 | 0 | 27 | 371 | 12 | 113 |
| Binary | 10111010 | 10111000 | 11000101 | 110 | 111 | 0 | 10111 | 11111001 | 1010 | 1001011 |
Color Harmonies of #BAB8C5
Complementary color
Monochromatic Colors of #BAB8C5
Black with #BAB8C5
Text Example
Text Example
White with #BAB8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8C5; }
p { color: rgb(186,184,197); }
H1.HeaderClassName
{
color: #BAB8C5;
}
.AnyTagClassName
{
color: #BAB8C5;
}
</style>
background-color css
<style>
a { background-color: #BAB8C5; }
a { background-color: rgb(186,184,197); }
div.DivClassName
{
background-color: #BAB8C5;
}
.BgClassName
{
background-color: #BAB8C5;
}
</style>
border-color css
<style>
span { border-color: #BAB8C5; }
span { border-color: rgb(186,184,197); }
td.TdClassName
{
border-color: #BAB8C5;
}
.TagClassName
{
border-color: #BAB8C5;
}
</style>