Shades of Moon Raker #B5AADB
Tints of Moon Raker #B5AADB
RGB
CMYK
RGB Variations
Color information
#B5AADB (or 0xB5AADB) is known color: Moon Raker. HEX triplet: B5, AA and DB. RGB value is (181,170,219). Sum of RGB (Red+Green+Blue) = 181+170+219=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AADB is #4A5524. Grayscale: #B2B2B2. Windows color (decimal): -4871461 or 14396085. OLE color: 14396085.
HSL color Cylindrical-coordinate representation of color #B5AADB: hue angle of 253.47º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5AADB is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 170 | 219 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.14 |
| HSL | 253.47º | 0.4% | 0.76% | - |
| HSV(B) | 253.47º | 0.22% | 0.86% | - |
| XYZ | 46.22 | 43.69 | 73.01 | - |
| YUV | 178.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 219 | 0.17 | 0.22 | 0 | 0.14 | 253.47 | 0.4 | 0.76 |
| Hex | B5 | AA | DB | 11 | 16 | 0 | E | FD | 28 | 4C |
| Octal | 265 | 252 | 333 | 21 | 26 | 0 | 16 | 375 | 50 | 114 |
| Binary | 10110101 | 10101010 | 11011011 | 10001 | 10110 | 0 | 1110 | 11111101 | 101000 | 1001100 |
Color Harmonies of #B5AADB
Complementary color
Monochromatic Colors of #B5AADB
Black with #B5AADB
Text Example
Text Example
White with #B5AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AADB; }
p { color: rgb(181,170,219); }
H1.HeaderClassName
{
color: #B5AADB;
}
.AnyTagClassName
{
color: #B5AADB;
}
</style>
background-color css
<style>
a { background-color: #B5AADB; }
a { background-color: rgb(181,170,219); }
div.DivClassName
{
background-color: #B5AADB;
}
.BgClassName
{
background-color: #B5AADB;
}
</style>
border-color css
<style>
span { border-color: #B5AADB; }
span { border-color: rgb(181,170,219); }
td.TdClassName
{
border-color: #B5AADB;
}
.TagClassName
{
border-color: #B5AADB;
}
</style>