Shades of Blue Haze #B1ADC6
Tints of Blue Haze #B1ADC6
RGB
CMYK
RGB Variations
Color information
#B1ADC6 (or 0xB1ADC6) is known color: Blue Haze. HEX triplet: B1, AD and C6. RGB value is (177,173,198). Sum of RGB (Red+Green+Blue) = 177+173+198=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 198 - color contains mainly: blue. Hex color #B1ADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADC6 is #4E5239. Grayscale: #B0B0B0. Windows color (decimal): -5132858 or 13020593. OLE color: 13020593.
HSL color Cylindrical-coordinate representation of color #B1ADC6: hue angle of 249.6º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1ADC6 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 173 | 198 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.22 |
| HSL | 249.6º | 0.18% | 0.73% | - |
| HSV(B) | 249.6º | 0.13% | 0.78% | - |
| XYZ | 43.27 | 43.31 | 59.51 | - |
| YUV | 177.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 198 | 0.11 | 0.13 | 0 | 0.22 | 249.6 | 0.18 | 0.73 |
| Hex | B1 | AD | C6 | B | D | 0 | 16 | FA | 12 | 49 |
| Octal | 261 | 255 | 306 | 13 | 15 | 0 | 26 | 372 | 22 | 111 |
| Binary | 10110001 | 10101101 | 11000110 | 1011 | 1101 | 0 | 10110 | 11111010 | 10010 | 1001001 |
Color Harmonies of #B1ADC6
Complementary color
Monochromatic Colors of #B1ADC6
Black with #B1ADC6
Text Example
Text Example
White with #B1ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADC6; }
p { color: rgb(177,173,198); }
H1.HeaderClassName
{
color: #B1ADC6;
}
.AnyTagClassName
{
color: #B1ADC6;
}
</style>
background-color css
<style>
a { background-color: #B1ADC6; }
a { background-color: rgb(177,173,198); }
div.DivClassName
{
background-color: #B1ADC6;
}
.BgClassName
{
background-color: #B1ADC6;
}
</style>
border-color css
<style>
span { border-color: #B1ADC6; }
span { border-color: rgb(177,173,198); }
td.TdClassName
{
border-color: #B1ADC6;
}
.TagClassName
{
border-color: #B1ADC6;
}
</style>