Shades of Blue Haze #B4ADD5
Tints of Blue Haze #B4ADD5
RGB
CMYK
RGB Variations
Color information
#B4ADD5 (or 0xB4ADD5) is known color: Blue Haze. HEX triplet: B4, AD and D5. RGB value is (180,173,213). Sum of RGB (Red+Green+Blue) = 180+173+213=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #B4ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADD5 is #4B522A. Grayscale: #B3B3B3. Windows color (decimal): -4936235 or 14003636. OLE color: 14003636.
HSL color Cylindrical-coordinate representation of color #B4ADD5: hue angle of 250.5º 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 #B4ADD5 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 173 | 213 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.16 |
| HSL | 250.5º | 0.32% | 0.76% | - |
| HSV(B) | 250.5º | 0.19% | 0.84% | - |
| XYZ | 45.78 | 44.39 | 69.11 | - |
| YUV | 179.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 213 | 0.15 | 0.19 | 0 | 0.16 | 250.5 | 0.32 | 0.76 |
| Hex | B4 | AD | D5 | F | 13 | 0 | 10 | FB | 20 | 4C |
| Octal | 264 | 255 | 325 | 17 | 23 | 0 | 20 | 373 | 40 | 114 |
| Binary | 10110100 | 10101101 | 11010101 | 1111 | 10011 | 0 | 10000 | 11111011 | 100000 | 1001100 |
Color Harmonies of #B4ADD5
Complementary color
Monochromatic Colors of #B4ADD5
Black with #B4ADD5
Text Example
Text Example
White with #B4ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ADD5; }
p { color: rgb(180,173,213); }
H1.HeaderClassName
{
color: #B4ADD5;
}
.AnyTagClassName
{
color: #B4ADD5;
}
</style>
background-color css
<style>
a { background-color: #B4ADD5; }
a { background-color: rgb(180,173,213); }
div.DivClassName
{
background-color: #B4ADD5;
}
.BgClassName
{
background-color: #B4ADD5;
}
</style>
border-color css
<style>
span { border-color: #B4ADD5; }
span { border-color: rgb(180,173,213); }
td.TdClassName
{
border-color: #B4ADD5;
}
.TagClassName
{
border-color: #B4ADD5;
}
</style>