Shades of Blue Haze #B1ABC8
Tints of Blue Haze #B1ABC8
RGB
CMYK
RGB Variations
Color information
#B1ABC8 (or 0xB1ABC8) is known color: Blue Haze. HEX triplet: B1, AB and C8. RGB value is (177,171,200). Sum of RGB (Red+Green+Blue) = 177+171+200=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 200 - color contains mainly: blue. Hex color #B1ABC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABC8 is #4E5437. Grayscale: #AFAFAF. Windows color (decimal): -5133368 or 13151153. OLE color: 13151153.
HSL color Cylindrical-coordinate representation of color #B1ABC8: hue angle of 252.41º 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 #B1ABC8 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 171 | 200 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.22 |
| HSL | 252.41º | 0.21% | 0.73% | - |
| HSV(B) | 252.41º | 0.15% | 0.78% | - |
| XYZ | 43.12 | 42.64 | 60.6 | - |
| YUV | 176.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 200 | 0.12 | 0.14 | 0 | 0.22 | 252.41 | 0.21 | 0.73 |
| Hex | B1 | AB | C8 | C | E | 0 | 16 | FC | 15 | 49 |
| Octal | 261 | 253 | 310 | 14 | 16 | 0 | 26 | 374 | 25 | 111 |
| Binary | 10110001 | 10101011 | 11001000 | 1100 | 1110 | 0 | 10110 | 11111100 | 10101 | 1001001 |
Color Harmonies of #B1ABC8
Complementary color
Monochromatic Colors of #B1ABC8
Black with #B1ABC8
Text Example
Text Example
White with #B1ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ABC8; }
p { color: rgb(177,171,200); }
H1.HeaderClassName
{
color: #B1ABC8;
}
.AnyTagClassName
{
color: #B1ABC8;
}
</style>
background-color css
<style>
a { background-color: #B1ABC8; }
a { background-color: rgb(177,171,200); }
div.DivClassName
{
background-color: #B1ABC8;
}
.BgClassName
{
background-color: #B1ABC8;
}
</style>
border-color css
<style>
span { border-color: #B1ABC8; }
span { border-color: rgb(177,171,200); }
td.TdClassName
{
border-color: #B1ABC8;
}
.TagClassName
{
border-color: #B1ABC8;
}
</style>