Shades of Blue Haze #B5ADCC
Tints of Blue Haze #B5ADCC
RGB
CMYK
RGB Variations
Color information
#B5ADCC (or 0xB5ADCC) is known color: Blue Haze. HEX triplet: B5, AD and CC. RGB value is (181,173,204). Sum of RGB (Red+Green+Blue) = 181+173+204=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADCC is #4A5233. Grayscale: #B2B2B2. Windows color (decimal): -4870708 or 13413813. OLE color: 13413813.
HSL color Cylindrical-coordinate representation of color #B5ADCC: hue angle of 255.48º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5ADCC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 173 | 204 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.2 |
| HSL | 255.48º | 0.23% | 0.74% | - |
| HSV(B) | 255.48º | 0.15% | 0.8% | - |
| XYZ | 44.9 | 44.07 | 63.27 | - |
| YUV | 178.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 204 | 0.11 | 0.15 | 0 | 0.2 | 255.48 | 0.23 | 0.74 |
| Hex | B5 | AD | CC | B | F | 0 | 14 | FF | 17 | 4A |
| Octal | 265 | 255 | 314 | 13 | 17 | 0 | 24 | 377 | 27 | 112 |
| Binary | 10110101 | 10101101 | 11001100 | 1011 | 1111 | 0 | 10100 | 11111111 | 10111 | 1001010 |
Color Harmonies of #B5ADCC
Complementary color
Monochromatic Colors of #B5ADCC
Black with #B5ADCC
Text Example
Text Example
White with #B5ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADCC; }
p { color: rgb(181,173,204); }
H1.HeaderClassName
{
color: #B5ADCC;
}
.AnyTagClassName
{
color: #B5ADCC;
}
</style>
background-color css
<style>
a { background-color: #B5ADCC; }
a { background-color: rgb(181,173,204); }
div.DivClassName
{
background-color: #B5ADCC;
}
.BgClassName
{
background-color: #B5ADCC;
}
</style>
border-color css
<style>
span { border-color: #B5ADCC; }
span { border-color: rgb(181,173,204); }
td.TdClassName
{
border-color: #B5ADCC;
}
.TagClassName
{
border-color: #B5ADCC;
}
</style>