Shades of Blue Haze #B5ADD5
Tints of Blue Haze #B5ADD5
RGB
CMYK
RGB Variations
Color information
#B5ADD5 (or 0xB5ADD5) is known color: Blue Haze. HEX triplet: B5, AD and D5. RGB value is (181,173,213). Sum of RGB (Red+Green+Blue) = 181+173+213=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #B5ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADD5 is #4A522A. Grayscale: #B3B3B3. Windows color (decimal): -4870699 or 14003637. OLE color: 14003637.
HSL color Cylindrical-coordinate representation of color #B5ADD5: hue angle of 252º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5ADD5 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 181 | 173 | 213 | - |
CMYK | 0.15 | 0.19 | 0 | 0.16 |
HSL | 252º | 0.32% | 0.76% | - |
HSV(B) | 252º | 0.19% | 0.84% | - |
XYZ | 46.01 | 44.52 | 69.12 | - |
YUV | 179.95 | 146.65 | 128.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 173 | 213 | 0.15 | 0.19 | 0 | 0.16 | 252 | 0.32 | 0.76 |
Hex | B5 | AD | D5 | F | 13 | 0 | 10 | FC | 20 | 4C |
Octal | 265 | 255 | 325 | 17 | 23 | 0 | 20 | 374 | 40 | 114 |
Binary | 10110101 | 10101101 | 11010101 | 1111 | 10011 | 0 | 10000 | 11111100 | 100000 | 1001100 |
Color Harmonies of #B5ADD5
Complementary color
Monochromatic Colors of #B5ADD5
Black with #B5ADD5
Text Example
Text Example
White with #B5ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADD5; }
p { color: rgb(181,173,213); }
H1.HeaderClassName
{
color: #B5ADD5;
}
.AnyTagClassName
{
color: #B5ADD5;
}
</style>
background-color css
<style>
a { background-color: #B5ADD5; }
a { background-color: rgb(181,173,213); }
div.DivClassName
{
background-color: #B5ADD5;
}
.BgClassName
{
background-color: #B5ADD5;
}
</style>
border-color css
<style>
span { border-color: #B5ADD5; }
span { border-color: rgb(181,173,213); }
td.TdClassName
{
border-color: #B5ADD5;
}
.TagClassName
{
border-color: #B5ADD5;
}
</style>