Shades of Blue Haze #B5ADCE
Tints of Blue Haze #B5ADCE
RGB
CMYK
RGB Variations
Color information
#B5ADCE (or 0xB5ADCE) is known color: Blue Haze. HEX triplet: B5, AD and CE. RGB value is (181,173,206). Sum of RGB (Red+Green+Blue) = 181+173+206=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADCE is #4A5231. Grayscale: #B3B3B3. Windows color (decimal): -4870706 or 13544885. OLE color: 13544885.
HSL color Cylindrical-coordinate representation of color #B5ADCE: hue angle of 254.55º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5ADCE is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 173 | 206 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.19 |
| HSL | 254.55º | 0.25% | 0.74% | - |
| HSV(B) | 254.55º | 0.16% | 0.81% | - |
| XYZ | 45.14 | 44.17 | 64.54 | - |
| YUV | 179.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 206 | 0.12 | 0.16 | 0 | 0.19 | 254.55 | 0.25 | 0.74 |
| Hex | B5 | AD | CE | C | 10 | 0 | 13 | FF | 19 | 4A |
| Octal | 265 | 255 | 316 | 14 | 20 | 0 | 23 | 377 | 31 | 112 |
| Binary | 10110101 | 10101101 | 11001110 | 1100 | 10000 | 0 | 10011 | 11111111 | 11001 | 1001010 |
Color Harmonies of #B5ADCE
Complementary color
Monochromatic Colors of #B5ADCE
Black with #B5ADCE
Text Example
Text Example
White with #B5ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADCE; }
p { color: rgb(181,173,206); }
H1.HeaderClassName
{
color: #B5ADCE;
}
.AnyTagClassName
{
color: #B5ADCE;
}
</style>
background-color css
<style>
a { background-color: #B5ADCE; }
a { background-color: rgb(181,173,206); }
div.DivClassName
{
background-color: #B5ADCE;
}
.BgClassName
{
background-color: #B5ADCE;
}
</style>
border-color css
<style>
span { border-color: #B5ADCE; }
span { border-color: rgb(181,173,206); }
td.TdClassName
{
border-color: #B5ADCE;
}
.TagClassName
{
border-color: #B5ADCE;
}
</style>