Shades of Blue Haze #B0ABC8
Tints of Blue Haze #B0ABC8
RGB
CMYK
RGB Variations
Color information
#B0ABC8 (or 0xB0ABC8) is known color: Blue Haze. HEX triplet: B0, AB and C8. RGB value is (176,171,200). Sum of RGB (Red+Green+Blue) = 176+171+200=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 200 - color contains mainly: blue. Hex color #B0ABC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABC8 is #4F5437. Grayscale: #AFAFAF. Windows color (decimal): -5198904 or 13151152. OLE color: 13151152.
HSL color Cylindrical-coordinate representation of color #B0ABC8: hue angle of 250.34º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0ABC8 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 171 | 200 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.22 |
| HSL | 250.34º | 0.21% | 0.73% | - |
| HSV(B) | 250.34º | 0.15% | 0.78% | - |
| XYZ | 42.89 | 42.53 | 60.59 | - |
| YUV | 175.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 200 | 0.12 | 0.14 | 0 | 0.22 | 250.34 | 0.21 | 0.73 |
| Hex | B0 | AB | C8 | C | E | 0 | 16 | FA | 15 | 49 |
| Octal | 260 | 253 | 310 | 14 | 16 | 0 | 26 | 372 | 25 | 111 |
| Binary | 10110000 | 10101011 | 11001000 | 1100 | 1110 | 0 | 10110 | 11111010 | 10101 | 1001001 |
Color Harmonies of #B0ABC8
Complementary color
Monochromatic Colors of #B0ABC8
Black with #B0ABC8
Text Example
Text Example
White with #B0ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABC8; }
p { color: rgb(176,171,200); }
H1.HeaderClassName
{
color: #B0ABC8;
}
.AnyTagClassName
{
color: #B0ABC8;
}
</style>
background-color css
<style>
a { background-color: #B0ABC8; }
a { background-color: rgb(176,171,200); }
div.DivClassName
{
background-color: #B0ABC8;
}
.BgClassName
{
background-color: #B0ABC8;
}
</style>
border-color css
<style>
span { border-color: #B0ABC8; }
span { border-color: rgb(176,171,200); }
td.TdClassName
{
border-color: #B0ABC8;
}
.TagClassName
{
border-color: #B0ABC8;
}
</style>