Shades of Blue Haze #B5ADD8
Tints of Blue Haze #B5ADD8
RGB
CMYK
RGB Variations
Color information
#B5ADD8 (or 0xB5ADD8) is known color: Blue Haze. HEX triplet: B5, AD and D8. RGB value is (181,173,216). Sum of RGB (Red+Green+Blue) = 181+173+216=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #B5ADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADD8 is #4A5227. Grayscale: #B4B4B4. Windows color (decimal): -4870696 or 14200245. OLE color: 14200245.
HSL color Cylindrical-coordinate representation of color #B5ADD8: hue angle of 251.16º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5ADD8 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 173 | 216 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.15 |
| HSL | 251.16º | 0.36% | 0.76% | - |
| HSV(B) | 251.16º | 0.2% | 0.85% | - |
| XYZ | 46.39 | 44.67 | 71.14 | - |
| YUV | 180.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 216 | 0.16 | 0.20 | 0 | 0.15 | 251.16 | 0.36 | 0.76 |
| Hex | B5 | AD | D8 | 10 | 14 | 0 | F | FB | 24 | 4C |
| Octal | 265 | 255 | 330 | 20 | 24 | 0 | 17 | 373 | 44 | 114 |
| Binary | 10110101 | 10101101 | 11011000 | 10000 | 10100 | 0 | 1111 | 11111011 | 100100 | 1001100 |
Color Harmonies of #B5ADD8
Complementary color
Monochromatic Colors of #B5ADD8
Black with #B5ADD8
Text Example
Text Example
White with #B5ADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADD8; }
p { color: rgb(181,173,216); }
H1.HeaderClassName
{
color: #B5ADD8;
}
.AnyTagClassName
{
color: #B5ADD8;
}
</style>
background-color css
<style>
a { background-color: #B5ADD8; }
a { background-color: rgb(181,173,216); }
div.DivClassName
{
background-color: #B5ADD8;
}
.BgClassName
{
background-color: #B5ADD8;
}
</style>
border-color css
<style>
span { border-color: #B5ADD8; }
span { border-color: rgb(181,173,216); }
td.TdClassName
{
border-color: #B5ADD8;
}
.TagClassName
{
border-color: #B5ADD8;
}
</style>