Shades of Moon Raker #B5AADD
Tints of Moon Raker #B5AADD
RGB
CMYK
RGB Variations
Color information
#B5AADD (or 0xB5AADD) is known color: Moon Raker. HEX triplet: B5, AA and DD. RGB value is (181,170,221). Sum of RGB (Red+Green+Blue) = 181+170+221=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AADD is #4A5522. Grayscale: #B2B2B2. Windows color (decimal): -4871459 or 14527157. OLE color: 14527157.
HSL color Cylindrical-coordinate representation of color #B5AADD: hue angle of 252.94º 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 #B5AADD is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 170 | 221 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.13 |
| HSL | 252.94º | 0.43% | 0.77% | - |
| HSV(B) | 252.94º | 0.23% | 0.87% | - |
| XYZ | 46.48 | 43.79 | 74.41 | - |
| YUV | 179.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 221 | 0.18 | 0.23 | 0 | 0.13 | 252.94 | 0.43 | 0.77 |
| Hex | B5 | AA | DD | 12 | 17 | 0 | D | FD | 2B | 4D |
| Octal | 265 | 252 | 335 | 22 | 27 | 0 | 15 | 375 | 53 | 115 |
| Binary | 10110101 | 10101010 | 11011101 | 10010 | 10111 | 0 | 1101 | 11111101 | 101011 | 1001101 |
Color Harmonies of #B5AADD
Complementary color
Monochromatic Colors of #B5AADD
Black with #B5AADD
Text Example
Text Example
White with #B5AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AADD; }
p { color: rgb(181,170,221); }
H1.HeaderClassName
{
color: #B5AADD;
}
.AnyTagClassName
{
color: #B5AADD;
}
</style>
background-color css
<style>
a { background-color: #B5AADD; }
a { background-color: rgb(181,170,221); }
div.DivClassName
{
background-color: #B5AADD;
}
.BgClassName
{
background-color: #B5AADD;
}
</style>
border-color css
<style>
span { border-color: #B5AADD; }
span { border-color: rgb(181,170,221); }
td.TdClassName
{
border-color: #B5AADD;
}
.TagClassName
{
border-color: #B5AADD;
}
</style>