Shades of Blue Haze #BAB7CC
Tints of Blue Haze #BAB7CC
RGB
CMYK
RGB Variations
Color information
#BAB7CC (or 0xBAB7CC) is known color: Blue Haze. HEX triplet: BA, B7 and CC. RGB value is (186,183,204). Sum of RGB (Red+Green+Blue) = 186+183+204=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAB7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7CC is #454833. Grayscale: #BABABA. Windows color (decimal): -4540468 or 13416378. OLE color: 13416378.
HSL color Cylindrical-coordinate representation of color #BAB7CC: hue angle of 248.57º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB7CC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 183 | 204 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.2 |
| HSL | 248.57º | 0.17% | 0.76% | - |
| HSV(B) | 248.57º | 0.1% | 0.8% | - |
| XYZ | 48.08 | 48.67 | 63.99 | - |
| YUV | 186.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 204 | 0.09 | 0.10 | 0 | 0.2 | 248.57 | 0.17 | 0.76 |
| Hex | BA | B7 | CC | 9 | A | 0 | 14 | F9 | 11 | 4C |
| Octal | 272 | 267 | 314 | 11 | 12 | 0 | 24 | 371 | 21 | 114 |
| Binary | 10111010 | 10110111 | 11001100 | 1001 | 1010 | 0 | 10100 | 11111001 | 10001 | 1001100 |
Color Harmonies of #BAB7CC
Complementary color
Monochromatic Colors of #BAB7CC
Black with #BAB7CC
Text Example
Text Example
White with #BAB7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7CC; }
p { color: rgb(186,183,204); }
H1.HeaderClassName
{
color: #BAB7CC;
}
.AnyTagClassName
{
color: #BAB7CC;
}
</style>
background-color css
<style>
a { background-color: #BAB7CC; }
a { background-color: rgb(186,183,204); }
div.DivClassName
{
background-color: #BAB7CC;
}
.BgClassName
{
background-color: #BAB7CC;
}
</style>
border-color css
<style>
span { border-color: #BAB7CC; }
span { border-color: rgb(186,183,204); }
td.TdClassName
{
border-color: #BAB7CC;
}
.TagClassName
{
border-color: #BAB7CC;
}
</style>