Shades of Blue Haze #B1ADBB
Tints of Blue Haze #B1ADBB
RGB
CMYK
RGB Variations
Color information
#B1ADBB (or 0xB1ADBB) is known color: Blue Haze. HEX triplet: B1, AD and BB. RGB value is (177,173,187). Sum of RGB (Red+Green+Blue) = 177+173+187=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADBB is #4E5244. Grayscale: #AFAFAF. Windows color (decimal): -5132869 or 12299697. OLE color: 12299697.
HSL color Cylindrical-coordinate representation of color #B1ADBB: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1ADBB is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 173 | 187 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.27 |
| HSL | 257.14º | 0.09% | 0.71% | - |
| HSV(B) | 257.14º | 0.07% | 0.73% | - |
| XYZ | 42.04 | 42.82 | 53.06 | - |
| YUV | 175.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 187 | 0.05 | 0.07 | 0 | 0.27 | 257.14 | 0.09 | 0.71 |
| Hex | B1 | AD | BB | 5 | 7 | 0 | 1B | 101 | 9 | 47 |
| Octal | 261 | 255 | 273 | 5 | 7 | 0 | 33 | 401 | 11 | 107 |
| Binary | 10110001 | 10101101 | 10111011 | 101 | 111 | 0 | 11011 | 100000001 | 1001 | 1000111 |
Color Harmonies of #B1ADBB
Complementary color
Monochromatic Colors of #B1ADBB
Black with #B1ADBB
Text Example
Text Example
White with #B1ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADBB; }
p { color: rgb(177,173,187); }
H1.HeaderClassName
{
color: #B1ADBB;
}
.AnyTagClassName
{
color: #B1ADBB;
}
</style>
background-color css
<style>
a { background-color: #B1ADBB; }
a { background-color: rgb(177,173,187); }
div.DivClassName
{
background-color: #B1ADBB;
}
.BgClassName
{
background-color: #B1ADBB;
}
</style>
border-color css
<style>
span { border-color: #B1ADBB; }
span { border-color: rgb(177,173,187); }
td.TdClassName
{
border-color: #B1ADBB;
}
.TagClassName
{
border-color: #B1ADBB;
}
</style>