Shades of Blue Haze #B1AFBD
Tints of Blue Haze #B1AFBD
RGB
CMYK
RGB Variations
Color information
#B1AFBD (or 0xB1AFBD) is known color: Blue Haze. HEX triplet: B1, AF and BD. RGB value is (177,175,189). Sum of RGB (Red+Green+Blue) = 177+175+189=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #B1AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFBD is #4E5042. Grayscale: #B1B1B1. Windows color (decimal): -5132355 or 12431281. OLE color: 12431281.
HSL color Cylindrical-coordinate representation of color #B1AFBD: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1AFBD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 175 | 189 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.26 |
| HSL | 248.57º | 0.1% | 0.71% | - |
| HSV(B) | 248.57º | 0.07% | 0.74% | - |
| XYZ | 42.65 | 43.68 | 54.33 | - |
| YUV | 177.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 189 | 0.06 | 0.07 | 0 | 0.26 | 248.57 | 0.1 | 0.71 |
| Hex | B1 | AF | BD | 6 | 7 | 0 | 1A | F9 | A | 47 |
| Octal | 261 | 257 | 275 | 6 | 7 | 0 | 32 | 371 | 12 | 107 |
| Binary | 10110001 | 10101111 | 10111101 | 110 | 111 | 0 | 11010 | 11111001 | 1010 | 1000111 |
Color Harmonies of #B1AFBD
Complementary color
Monochromatic Colors of #B1AFBD
Black with #B1AFBD
Text Example
Text Example
White with #B1AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AFBD; }
p { color: rgb(177,175,189); }
H1.HeaderClassName
{
color: #B1AFBD;
}
.AnyTagClassName
{
color: #B1AFBD;
}
</style>
background-color css
<style>
a { background-color: #B1AFBD; }
a { background-color: rgb(177,175,189); }
div.DivClassName
{
background-color: #B1AFBD;
}
.BgClassName
{
background-color: #B1AFBD;
}
</style>
border-color css
<style>
span { border-color: #B1AFBD; }
span { border-color: rgb(177,175,189); }
td.TdClassName
{
border-color: #B1AFBD;
}
.TagClassName
{
border-color: #B1AFBD;
}
</style>