Shades of Blue Haze #B1ABC4
Tints of Blue Haze #B1ABC4
RGB
CMYK
RGB Variations
Color information
#B1ABC4 (or 0xB1ABC4) is known color: Blue Haze. HEX triplet: B1, AB and C4. RGB value is (177,171,196). Sum of RGB (Red+Green+Blue) = 177+171+196=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 196 - color contains mainly: blue. Hex color #B1ABC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABC4 is #4E543B. Grayscale: #AFAFAF. Windows color (decimal): -5133372 or 12889009. OLE color: 12889009.
HSL color Cylindrical-coordinate representation of color #B1ABC4: hue angle of 254.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1ABC4 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 171 | 196 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.23 |
| HSL | 254.4º | 0.17% | 0.72% | - |
| HSV(B) | 254.4º | 0.13% | 0.77% | - |
| XYZ | 42.66 | 42.46 | 58.17 | - |
| YUV | 175.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 196 | 0.10 | 0.13 | 0 | 0.23 | 254.4 | 0.17 | 0.72 |
| Hex | B1 | AB | C4 | A | D | 0 | 17 | FE | 11 | 48 |
| Octal | 261 | 253 | 304 | 12 | 15 | 0 | 27 | 376 | 21 | 110 |
| Binary | 10110001 | 10101011 | 11000100 | 1010 | 1101 | 0 | 10111 | 11111110 | 10001 | 1001000 |
Color Harmonies of #B1ABC4
Complementary color
Monochromatic Colors of #B1ABC4
Black with #B1ABC4
Text Example
Text Example
White with #B1ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ABC4; }
p { color: rgb(177,171,196); }
H1.HeaderClassName
{
color: #B1ABC4;
}
.AnyTagClassName
{
color: #B1ABC4;
}
</style>
background-color css
<style>
a { background-color: #B1ABC4; }
a { background-color: rgb(177,171,196); }
div.DivClassName
{
background-color: #B1ABC4;
}
.BgClassName
{
background-color: #B1ABC4;
}
</style>
border-color css
<style>
span { border-color: #B1ABC4; }
span { border-color: rgb(177,171,196); }
td.TdClassName
{
border-color: #B1ABC4;
}
.TagClassName
{
border-color: #B1ABC4;
}
</style>