Shades of Blue Haze #B0ADD2
Tints of Blue Haze #B0ADD2
RGB
CMYK
RGB Variations
Color information
#B0ADD2 (or 0xB0ADD2) is known color: Blue Haze. HEX triplet: B0, AD and D2. RGB value is (176,173,210). Sum of RGB (Red+Green+Blue) = 176+173+210=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #B0ADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADD2 is #4F522D. Grayscale: #B1B1B1. Windows color (decimal): -5198382 or 13807024. OLE color: 13807024.
HSL color Cylindrical-coordinate representation of color #B0ADD2: hue angle of 244.86º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0ADD2 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 173 | 210 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.18 |
| HSL | 244.86º | 0.29% | 0.75% | - |
| HSV(B) | 244.86º | 0.18% | 0.82% | - |
| XYZ | 44.48 | 43.77 | 67.08 | - |
| YUV | 178.12 | 145.99 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 210 | 0.16 | 0.18 | 0 | 0.18 | 244.86 | 0.29 | 0.75 |
| Hex | B0 | AD | D2 | 10 | 12 | 0 | 12 | F5 | 1D | 4B |
| Octal | 260 | 255 | 322 | 20 | 22 | 0 | 22 | 365 | 35 | 113 |
| Binary | 10110000 | 10101101 | 11010010 | 10000 | 10010 | 0 | 10010 | 11110101 | 11101 | 1001011 |
Color Harmonies of #B0ADD2
Complementary color
Monochromatic Colors of #B0ADD2
Black with #B0ADD2
Text Example
Text Example
White with #B0ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADD2; }
p { color: rgb(176,173,210); }
H1.HeaderClassName
{
color: #B0ADD2;
}
.AnyTagClassName
{
color: #B0ADD2;
}
</style>
background-color css
<style>
a { background-color: #B0ADD2; }
a { background-color: rgb(176,173,210); }
div.DivClassName
{
background-color: #B0ADD2;
}
.BgClassName
{
background-color: #B0ADD2;
}
</style>
border-color css
<style>
span { border-color: #B0ADD2; }
span { border-color: rgb(176,173,210); }
td.TdClassName
{
border-color: #B0ADD2;
}
.TagClassName
{
border-color: #B0ADD2;
}
</style>