Shades of Blue Haze #B0ABC1
Tints of Blue Haze #B0ABC1
RGB
CMYK
RGB Variations
Color information
#B0ABC1 (or 0xB0ABC1) is known color: Blue Haze. HEX triplet: B0, AB and C1. RGB value is (176,171,193). Sum of RGB (Red+Green+Blue) = 176+171+193=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0ABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABC1 is #4F543E. Grayscale: #AEAEAE. Windows color (decimal): -5198911 or 12692400. OLE color: 12692400.
HSL color Cylindrical-coordinate representation of color #B0ABC1: hue angle of 253.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0ABC1 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 171 | 193 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.24 |
| HSL | 253.64º | 0.15% | 0.71% | - |
| HSV(B) | 253.64º | 0.11% | 0.76% | - |
| XYZ | 42.09 | 42.21 | 56.38 | - |
| YUV | 175 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 193 | 0.09 | 0.11 | 0 | 0.24 | 253.64 | 0.15 | 0.71 |
| Hex | B0 | AB | C1 | 9 | B | 0 | 18 | FE | F | 47 |
| Octal | 260 | 253 | 301 | 11 | 13 | 0 | 30 | 376 | 17 | 107 |
| Binary | 10110000 | 10101011 | 11000001 | 1001 | 1011 | 0 | 11000 | 11111110 | 1111 | 1000111 |
Color Harmonies of #B0ABC1
Complementary color
Monochromatic Colors of #B0ABC1
Black with #B0ABC1
Text Example
Text Example
White with #B0ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABC1; }
p { color: rgb(176,171,193); }
H1.HeaderClassName
{
color: #B0ABC1;
}
.AnyTagClassName
{
color: #B0ABC1;
}
</style>
background-color css
<style>
a { background-color: #B0ABC1; }
a { background-color: rgb(176,171,193); }
div.DivClassName
{
background-color: #B0ABC1;
}
.BgClassName
{
background-color: #B0ABC1;
}
</style>
border-color css
<style>
span { border-color: #B0ABC1; }
span { border-color: rgb(176,171,193); }
td.TdClassName
{
border-color: #B0ABC1;
}
.TagClassName
{
border-color: #B0ABC1;
}
</style>