Shades of Blue Haze #B0ADCC
Tints of Blue Haze #B0ADCC
RGB
CMYK
RGB Variations
Color information
#B0ADCC (or 0xB0ADCC) is known color: Blue Haze. HEX triplet: B0, AD and CC. RGB value is (176,173,204). Sum of RGB (Red+Green+Blue) = 176+173+204=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADCC is #4F5233. Grayscale: #B1B1B1. Windows color (decimal): -5198388 or 13413808. OLE color: 13413808.
HSL color Cylindrical-coordinate representation of color #B0ADCC: hue angle of 245.81º 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 #B0ADCC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 173 | 204 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.2 |
| HSL | 245.81º | 0.23% | 0.74% | - |
| HSV(B) | 245.81º | 0.15% | 0.8% | - |
| XYZ | 43.75 | 43.48 | 63.21 | - |
| YUV | 177.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 204 | 0.14 | 0.15 | 0 | 0.2 | 245.81 | 0.23 | 0.74 |
| Hex | B0 | AD | CC | E | F | 0 | 14 | F6 | 17 | 4A |
| Octal | 260 | 255 | 314 | 16 | 17 | 0 | 24 | 366 | 27 | 112 |
| Binary | 10110000 | 10101101 | 11001100 | 1110 | 1111 | 0 | 10100 | 11110110 | 10111 | 1001010 |
Color Harmonies of #B0ADCC
Complementary color
Monochromatic Colors of #B0ADCC
Black with #B0ADCC
Text Example
Text Example
White with #B0ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADCC; }
p { color: rgb(176,173,204); }
H1.HeaderClassName
{
color: #B0ADCC;
}
.AnyTagClassName
{
color: #B0ADCC;
}
</style>
background-color css
<style>
a { background-color: #B0ADCC; }
a { background-color: rgb(176,173,204); }
div.DivClassName
{
background-color: #B0ADCC;
}
.BgClassName
{
background-color: #B0ADCC;
}
</style>
border-color css
<style>
span { border-color: #B0ADCC; }
span { border-color: rgb(176,173,204); }
td.TdClassName
{
border-color: #B0ADCC;
}
.TagClassName
{
border-color: #B0ADCC;
}
</style>