Shades of Blue Haze #B5ADD1
Tints of Blue Haze #B5ADD1
RGB
CMYK
RGB Variations
Color information
#B5ADD1 (or 0xB5ADD1) is known color: Blue Haze. HEX triplet: B5, AD and D1. RGB value is (181,173,209). Sum of RGB (Red+Green+Blue) = 181+173+209=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #B5ADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADD1 is #4A522E. Grayscale: #B3B3B3. Windows color (decimal): -4870703 or 13741493. OLE color: 13741493.
HSL color Cylindrical-coordinate representation of color #B5ADD1: hue angle of 253.33º degrees, saturation: 0.28, 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 #B5ADD1 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 173 | 209 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.18 |
| HSL | 253.33º | 0.28% | 0.75% | - |
| HSV(B) | 253.33º | 0.17% | 0.82% | - |
| XYZ | 45.51 | 44.31 | 66.48 | - |
| YUV | 179.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 209 | 0.13 | 0.17 | 0 | 0.18 | 253.33 | 0.28 | 0.75 |
| Hex | B5 | AD | D1 | D | 11 | 0 | 12 | FD | 1C | 4B |
| Octal | 265 | 255 | 321 | 15 | 21 | 0 | 22 | 375 | 34 | 113 |
| Binary | 10110101 | 10101101 | 11010001 | 1101 | 10001 | 0 | 10010 | 11111101 | 11100 | 1001011 |
Color Harmonies of #B5ADD1
Complementary color
Monochromatic Colors of #B5ADD1
Black with #B5ADD1
Text Example
Text Example
White with #B5ADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADD1; }
p { color: rgb(181,173,209); }
H1.HeaderClassName
{
color: #B5ADD1;
}
.AnyTagClassName
{
color: #B5ADD1;
}
</style>
background-color css
<style>
a { background-color: #B5ADD1; }
a { background-color: rgb(181,173,209); }
div.DivClassName
{
background-color: #B5ADD1;
}
.BgClassName
{
background-color: #B5ADD1;
}
</style>
border-color css
<style>
span { border-color: #B5ADD1; }
span { border-color: rgb(181,173,209); }
td.TdClassName
{
border-color: #B5ADD1;
}
.TagClassName
{
border-color: #B5ADD1;
}
</style>