Shades of Blue Haze #B1ABD2
Tints of Blue Haze #B1ABD2
RGB
CMYK
RGB Variations
Color information
#B1ABD2 (or 0xB1ABD2) is known color: Blue Haze. HEX triplet: B1, AB and D2. RGB value is (177,171,210). Sum of RGB (Red+Green+Blue) = 177+171+210=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 210 - color contains mainly: blue. Hex color #B1ABD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABD2 is #4E542D. Grayscale: #B1B1B1. Windows color (decimal): -5133358 or 13806513. OLE color: 13806513.
HSL color Cylindrical-coordinate representation of color #B1ABD2: hue angle of 249.23º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1ABD2 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 171 | 210 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.18 |
| HSL | 249.23º | 0.3% | 0.75% | - |
| HSV(B) | 249.23º | 0.19% | 0.82% | - |
| XYZ | 44.33 | 43.13 | 66.96 | - |
| YUV | 177.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 210 | 0.16 | 0.19 | 0 | 0.18 | 249.23 | 0.3 | 0.75 |
| Hex | B1 | AB | D2 | 10 | 13 | 0 | 12 | F9 | 1E | 4B |
| Octal | 261 | 253 | 322 | 20 | 23 | 0 | 22 | 371 | 36 | 113 |
| Binary | 10110001 | 10101011 | 11010010 | 10000 | 10011 | 0 | 10010 | 11111001 | 11110 | 1001011 |
Color Harmonies of #B1ABD2
Complementary color
Monochromatic Colors of #B1ABD2
Black with #B1ABD2
Text Example
Text Example
White with #B1ABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ABD2; }
p { color: rgb(177,171,210); }
H1.HeaderClassName
{
color: #B1ABD2;
}
.AnyTagClassName
{
color: #B1ABD2;
}
</style>
background-color css
<style>
a { background-color: #B1ABD2; }
a { background-color: rgb(177,171,210); }
div.DivClassName
{
background-color: #B1ABD2;
}
.BgClassName
{
background-color: #B1ABD2;
}
</style>
border-color css
<style>
span { border-color: #B1ABD2; }
span { border-color: rgb(177,171,210); }
td.TdClassName
{
border-color: #B1ABD2;
}
.TagClassName
{
border-color: #B1ABD2;
}
</style>