Shades of Moon Raker #B4AADD
Tints of Moon Raker #B4AADD
RGB
CMYK
RGB Variations
Color information
#B4AADD (or 0xB4AADD) is known color: Moon Raker. HEX triplet: B4, AA and DD. RGB value is (180,170,221). Sum of RGB (Red+Green+Blue) = 180+170+221=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AADD is #4B5522. Grayscale: #B2B2B2. Windows color (decimal): -4936995 or 14527156. OLE color: 14527156.
HSL color Cylindrical-coordinate representation of color #B4AADD: hue angle of 251.76º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4AADD is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 170 | 221 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.13 |
| HSL | 251.76º | 0.43% | 0.77% | - |
| HSV(B) | 251.76º | 0.23% | 0.87% | - |
| XYZ | 46.25 | 43.67 | 74.4 | - |
| YUV | 178.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 221 | 0.19 | 0.23 | 0 | 0.13 | 251.76 | 0.43 | 0.77 |
| Hex | B4 | AA | DD | 13 | 17 | 0 | D | FC | 2B | 4D |
| Octal | 264 | 252 | 335 | 23 | 27 | 0 | 15 | 374 | 53 | 115 |
| Binary | 10110100 | 10101010 | 11011101 | 10011 | 10111 | 0 | 1101 | 11111100 | 101011 | 1001101 |
Color Harmonies of #B4AADD
Complementary color
Monochromatic Colors of #B4AADD
Black with #B4AADD
Text Example
Text Example
White with #B4AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AADD; }
p { color: rgb(180,170,221); }
H1.HeaderClassName
{
color: #B4AADD;
}
.AnyTagClassName
{
color: #B4AADD;
}
</style>
background-color css
<style>
a { background-color: #B4AADD; }
a { background-color: rgb(180,170,221); }
div.DivClassName
{
background-color: #B4AADD;
}
.BgClassName
{
background-color: #B4AADD;
}
</style>
border-color css
<style>
span { border-color: #B4AADD; }
span { border-color: rgb(180,170,221); }
td.TdClassName
{
border-color: #B4AADD;
}
.TagClassName
{
border-color: #B4AADD;
}
</style>