Shades of Blue Haze #B1ABC2
Tints of Blue Haze #B1ABC2
RGB
CMYK
RGB Variations
Color information
#B1ABC2 (or 0xB1ABC2) is known color: Blue Haze. HEX triplet: B1, AB and C2. RGB value is (177,171,194). Sum of RGB (Red+Green+Blue) = 177+171+194=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 194 - color contains mainly: blue. Hex color #B1ABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABC2 is #4E543D. Grayscale: #AFAFAF. Windows color (decimal): -5133374 or 12757937. OLE color: 12757937.
HSL color Cylindrical-coordinate representation of color #B1ABC2: hue angle of 255.65º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1ABC2 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 171 | 194 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.24 |
| HSL | 255.65º | 0.16% | 0.72% | - |
| HSV(B) | 255.65º | 0.12% | 0.76% | - |
| XYZ | 42.43 | 42.37 | 56.98 | - |
| YUV | 175.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 194 | 0.09 | 0.12 | 0 | 0.24 | 255.65 | 0.16 | 0.72 |
| Hex | B1 | AB | C2 | 9 | C | 0 | 18 | 100 | 10 | 48 |
| Octal | 261 | 253 | 302 | 11 | 14 | 0 | 30 | 400 | 20 | 110 |
| Binary | 10110001 | 10101011 | 11000010 | 1001 | 1100 | 0 | 11000 | 100000000 | 10000 | 1001000 |
Color Harmonies of #B1ABC2
Complementary color
Monochromatic Colors of #B1ABC2
Black with #B1ABC2
Text Example
Text Example
White with #B1ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ABC2; }
p { color: rgb(177,171,194); }
H1.HeaderClassName
{
color: #B1ABC2;
}
.AnyTagClassName
{
color: #B1ABC2;
}
</style>
background-color css
<style>
a { background-color: #B1ABC2; }
a { background-color: rgb(177,171,194); }
div.DivClassName
{
background-color: #B1ABC2;
}
.BgClassName
{
background-color: #B1ABC2;
}
</style>
border-color css
<style>
span { border-color: #B1ABC2; }
span { border-color: rgb(177,171,194); }
td.TdClassName
{
border-color: #B1ABC2;
}
.TagClassName
{
border-color: #B1ABC2;
}
</style>