Shades of Blue Haze #B1ADBD
Tints of Blue Haze #B1ADBD
RGB
CMYK
RGB Variations
Color information
#B1ADBD (or 0xB1ADBD) is known color: Blue Haze. HEX triplet: B1, AD and BD. RGB value is (177,173,189). Sum of RGB (Red+Green+Blue) = 177+173+189=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #B1ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADBD is #4E5242. Grayscale: #AFAFAF. Windows color (decimal): -5132867 or 12430769. OLE color: 12430769.
HSL color Cylindrical-coordinate representation of color #B1ADBD: hue angle of 255º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1ADBD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 173 | 189 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.26 |
| HSL | 255º | 0.11% | 0.71% | - |
| HSV(B) | 255º | 0.08% | 0.74% | - |
| XYZ | 42.26 | 42.91 | 54.2 | - |
| YUV | 176.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 189 | 0.06 | 0.08 | 0 | 0.26 | 255 | 0.11 | 0.71 |
| Hex | B1 | AD | BD | 6 | 8 | 0 | 1A | FF | B | 47 |
| Octal | 261 | 255 | 275 | 6 | 10 | 0 | 32 | 377 | 13 | 107 |
| Binary | 10110001 | 10101101 | 10111101 | 110 | 1000 | 0 | 11010 | 11111111 | 1011 | 1000111 |
Color Harmonies of #B1ADBD
Complementary color
Monochromatic Colors of #B1ADBD
Black with #B1ADBD
Text Example
Text Example
White with #B1ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADBD; }
p { color: rgb(177,173,189); }
H1.HeaderClassName
{
color: #B1ADBD;
}
.AnyTagClassName
{
color: #B1ADBD;
}
</style>
background-color css
<style>
a { background-color: #B1ADBD; }
a { background-color: rgb(177,173,189); }
div.DivClassName
{
background-color: #B1ADBD;
}
.BgClassName
{
background-color: #B1ADBD;
}
</style>
border-color css
<style>
span { border-color: #B1ADBD; }
span { border-color: rgb(177,173,189); }
td.TdClassName
{
border-color: #B1ADBD;
}
.TagClassName
{
border-color: #B1ADBD;
}
</style>