Shades of Blue Haze #B1ABD1
Tints of Blue Haze #B1ABD1
RGB
CMYK
RGB Variations
Color information
#B1ABD1 (or 0xB1ABD1) is known color: Blue Haze. HEX triplet: B1, AB and D1. RGB value is (177,171,209). Sum of RGB (Red+Green+Blue) = 177+171+209=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #B1ABD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABD1 is #4E542E. Grayscale: #B0B0B0. Windows color (decimal): -5133359 or 13740977. OLE color: 13740977.
HSL color Cylindrical-coordinate representation of color #B1ABD1: hue angle of 249.47º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1ABD1 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 171 | 209 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.18 |
| HSL | 249.47º | 0.29% | 0.75% | - |
| HSV(B) | 249.47º | 0.18% | 0.82% | - |
| XYZ | 44.2 | 43.08 | 66.31 | - |
| YUV | 177.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 209 | 0.15 | 0.18 | 0 | 0.18 | 249.47 | 0.29 | 0.75 |
| Hex | B1 | AB | D1 | F | 12 | 0 | 12 | F9 | 1D | 4B |
| Octal | 261 | 253 | 321 | 17 | 22 | 0 | 22 | 371 | 35 | 113 |
| Binary | 10110001 | 10101011 | 11010001 | 1111 | 10010 | 0 | 10010 | 11111001 | 11101 | 1001011 |
Color Harmonies of #B1ABD1
Complementary color
Monochromatic Colors of #B1ABD1
Black with #B1ABD1
Text Example
Text Example
White with #B1ABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ABD1; }
p { color: rgb(177,171,209); }
H1.HeaderClassName
{
color: #B1ABD1;
}
.AnyTagClassName
{
color: #B1ABD1;
}
</style>
background-color css
<style>
a { background-color: #B1ABD1; }
a { background-color: rgb(177,171,209); }
div.DivClassName
{
background-color: #B1ABD1;
}
.BgClassName
{
background-color: #B1ABD1;
}
</style>
border-color css
<style>
span { border-color: #B1ABD1; }
span { border-color: rgb(177,171,209); }
td.TdClassName
{
border-color: #B1ABD1;
}
.TagClassName
{
border-color: #B1ABD1;
}
</style>