Shades of Blue Haze #B0ADD0
Tints of Blue Haze #B0ADD0
RGB
CMYK
RGB Variations
Color information
#B0ADD0 (or 0xB0ADD0) is known color: Blue Haze. HEX triplet: B0, AD and D0. RGB value is (176,173,208). Sum of RGB (Red+Green+Blue) = 176+173+208=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #B0ADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADD0 is #4F522F. Grayscale: #B1B1B1. Windows color (decimal): -5198384 or 13675952. OLE color: 13675952.
HSL color Cylindrical-coordinate representation of color #B0ADD0: hue angle of 245.14º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0ADD0 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 173 | 208 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.18 |
| HSL | 245.14º | 0.27% | 0.75% | - |
| HSV(B) | 245.14º | 0.17% | 0.82% | - |
| XYZ | 44.23 | 43.67 | 65.77 | - |
| YUV | 177.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 208 | 0.15 | 0.17 | 0 | 0.18 | 245.14 | 0.27 | 0.75 |
| Hex | B0 | AD | D0 | F | 11 | 0 | 12 | F5 | 1B | 4B |
| Octal | 260 | 255 | 320 | 17 | 21 | 0 | 22 | 365 | 33 | 113 |
| Binary | 10110000 | 10101101 | 11010000 | 1111 | 10001 | 0 | 10010 | 11110101 | 11011 | 1001011 |
Color Harmonies of #B0ADD0
Complementary color
Monochromatic Colors of #B0ADD0
Black with #B0ADD0
Text Example
Text Example
White with #B0ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADD0; }
p { color: rgb(176,173,208); }
H1.HeaderClassName
{
color: #B0ADD0;
}
.AnyTagClassName
{
color: #B0ADD0;
}
</style>
background-color css
<style>
a { background-color: #B0ADD0; }
a { background-color: rgb(176,173,208); }
div.DivClassName
{
background-color: #B0ADD0;
}
.BgClassName
{
background-color: #B0ADD0;
}
</style>
border-color css
<style>
span { border-color: #B0ADD0; }
span { border-color: rgb(176,173,208); }
td.TdClassName
{
border-color: #B0ADD0;
}
.TagClassName
{
border-color: #B0ADD0;
}
</style>