Shades of Blue Haze #B5ADCD
Tints of Blue Haze #B5ADCD
RGB
CMYK
RGB Variations
Color information
#B5ADCD (or 0xB5ADCD) is known color: Blue Haze. HEX triplet: B5, AD and CD. RGB value is (181,173,205). Sum of RGB (Red+Green+Blue) = 181+173+205=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADCD is #4A5232. Grayscale: #B2B2B2. Windows color (decimal): -4870707 or 13479349. OLE color: 13479349.
HSL color Cylindrical-coordinate representation of color #B5ADCD: hue angle of 255º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5ADCD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 181 | 173 | 205 | - |
CMYK | 0.12 | 0.16 | 0 | 0.20 |
HSL | 255º | 0.24% | 0.74% | - |
HSV(B) | 255º | 0.16% | 0.8% | - |
XYZ | 45.02 | 44.12 | 63.9 | - |
YUV | 179.04 | 142.65 | 129.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 173 | 205 | 0.12 | 0.16 | 0 | 0.20 | 255 | 0.24 | 0.74 |
Hex | B5 | AD | CD | C | 10 | 0 | 14 | FF | 18 | 4A |
Octal | 265 | 255 | 315 | 14 | 20 | 0 | 24 | 377 | 30 | 112 |
Binary | 10110101 | 10101101 | 11001101 | 1100 | 10000 | 0 | 10100 | 11111111 | 11000 | 1001010 |
Color Harmonies of #B5ADCD
Complementary color
Monochromatic Colors of #B5ADCD
Black with #B5ADCD
Text Example
Text Example
White with #B5ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADCD; }
p { color: rgb(181,173,205); }
H1.HeaderClassName
{
color: #B5ADCD;
}
.AnyTagClassName
{
color: #B5ADCD;
}
</style>
background-color css
<style>
a { background-color: #B5ADCD; }
a { background-color: rgb(181,173,205); }
div.DivClassName
{
background-color: #B5ADCD;
}
.BgClassName
{
background-color: #B5ADCD;
}
</style>
border-color css
<style>
span { border-color: #B5ADCD; }
span { border-color: rgb(181,173,205); }
td.TdClassName
{
border-color: #B5ADCD;
}
.TagClassName
{
border-color: #B5ADCD;
}
</style>