Shades of Blue Haze #B1AAD1
Tints of Blue Haze #B1AAD1
RGB
CMYK
RGB Variations
Color information
#B1AAD1 (or 0xB1AAD1) is known color: Blue Haze. HEX triplet: B1, AA and D1. RGB value is (177,170,209). Sum of RGB (Red+Green+Blue) = 177+170+209=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #B1AAD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AAD1 is #4E552E. Grayscale: #B0B0B0. Windows color (decimal): -5133615 or 13740721. OLE color: 13740721.
HSL color Cylindrical-coordinate representation of color #B1AAD1: hue angle of 250.77º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1AAD1 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 170 | 209 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.18 |
| HSL | 250.77º | 0.3% | 0.74% | - |
| HSV(B) | 250.77º | 0.19% | 0.82% | - |
| XYZ | 44.01 | 42.7 | 66.24 | - |
| YUV | 176.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 209 | 0.15 | 0.19 | 0 | 0.18 | 250.77 | 0.3 | 0.74 |
| Hex | B1 | AA | D1 | F | 13 | 0 | 12 | FB | 1E | 4A |
| Octal | 261 | 252 | 321 | 17 | 23 | 0 | 22 | 373 | 36 | 112 |
| Binary | 10110001 | 10101010 | 11010001 | 1111 | 10011 | 0 | 10010 | 11111011 | 11110 | 1001010 |
Color Harmonies of #B1AAD1
Complementary color
Monochromatic Colors of #B1AAD1
Black with #B1AAD1
Text Example
Text Example
White with #B1AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AAD1; }
p { color: rgb(177,170,209); }
H1.HeaderClassName
{
color: #B1AAD1;
}
.AnyTagClassName
{
color: #B1AAD1;
}
</style>
background-color css
<style>
a { background-color: #B1AAD1; }
a { background-color: rgb(177,170,209); }
div.DivClassName
{
background-color: #B1AAD1;
}
.BgClassName
{
background-color: #B1AAD1;
}
</style>
border-color css
<style>
span { border-color: #B1AAD1; }
span { border-color: rgb(177,170,209); }
td.TdClassName
{
border-color: #B1AAD1;
}
.TagClassName
{
border-color: #B1AAD1;
}
</style>