Shades of Blue Haze #B1ADCC
Tints of Blue Haze #B1ADCC
RGB
CMYK
RGB Variations
Color information
#B1ADCC (or 0xB1ADCC) is known color: Blue Haze. HEX triplet: B1, AD and CC. RGB value is (177,173,204). Sum of RGB (Red+Green+Blue) = 177+173+204=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADCC is #4E5233. Grayscale: #B1B1B1. Windows color (decimal): -5132852 or 13413809. OLE color: 13413809.
HSL color Cylindrical-coordinate representation of color #B1ADCC: hue angle of 247.74º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1ADCC is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 173 | 204 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.2 |
| HSL | 247.74º | 0.23% | 0.74% | - |
| HSV(B) | 247.74º | 0.15% | 0.8% | - |
| XYZ | 43.97 | 43.59 | 63.22 | - |
| YUV | 177.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 204 | 0.13 | 0.15 | 0 | 0.2 | 247.74 | 0.23 | 0.74 |
| Hex | B1 | AD | CC | D | F | 0 | 14 | F8 | 17 | 4A |
| Octal | 261 | 255 | 314 | 15 | 17 | 0 | 24 | 370 | 27 | 112 |
| Binary | 10110001 | 10101101 | 11001100 | 1101 | 1111 | 0 | 10100 | 11111000 | 10111 | 1001010 |
Color Harmonies of #B1ADCC
Complementary color
Monochromatic Colors of #B1ADCC
Black with #B1ADCC
Text Example
Text Example
White with #B1ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADCC; }
p { color: rgb(177,173,204); }
H1.HeaderClassName
{
color: #B1ADCC;
}
.AnyTagClassName
{
color: #B1ADCC;
}
</style>
background-color css
<style>
a { background-color: #B1ADCC; }
a { background-color: rgb(177,173,204); }
div.DivClassName
{
background-color: #B1ADCC;
}
.BgClassName
{
background-color: #B1ADCC;
}
</style>
border-color css
<style>
span { border-color: #B1ADCC; }
span { border-color: rgb(177,173,204); }
td.TdClassName
{
border-color: #B1ADCC;
}
.TagClassName
{
border-color: #B1ADCC;
}
</style>