Shades of Moon Raker #B5ABDD
Tints of Moon Raker #B5ABDD
RGB
CMYK
RGB Variations
Color information
#B5ABDD (or 0xB5ABDD) is known color: Moon Raker. HEX triplet: B5, AB and DD. RGB value is (181,171,221). Sum of RGB (Red+Green+Blue) = 181+171+221=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABDD is #4A5422. Grayscale: #B3B3B3. Windows color (decimal): -4871203 or 14527413. OLE color: 14527413.
HSL color Cylindrical-coordinate representation of color #B5ABDD: hue angle of 252º degrees, saturation: 0.42, 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 #B5ABDD is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 171 | 221 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.13 |
| HSL | 252º | 0.42% | 0.77% | - |
| HSV(B) | 252º | 0.23% | 0.87% | - |
| XYZ | 46.67 | 44.17 | 74.47 | - |
| YUV | 179.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 221 | 0.18 | 0.23 | 0 | 0.13 | 252 | 0.42 | 0.77 |
| Hex | B5 | AB | DD | 12 | 17 | 0 | D | FC | 2A | 4D |
| Octal | 265 | 253 | 335 | 22 | 27 | 0 | 15 | 374 | 52 | 115 |
| Binary | 10110101 | 10101011 | 11011101 | 10010 | 10111 | 0 | 1101 | 11111100 | 101010 | 1001101 |
Color Harmonies of #B5ABDD
Complementary color
Monochromatic Colors of #B5ABDD
Black with #B5ABDD
Text Example
Text Example
White with #B5ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABDD; }
p { color: rgb(181,171,221); }
H1.HeaderClassName
{
color: #B5ABDD;
}
.AnyTagClassName
{
color: #B5ABDD;
}
</style>
background-color css
<style>
a { background-color: #B5ABDD; }
a { background-color: rgb(181,171,221); }
div.DivClassName
{
background-color: #B5ABDD;
}
.BgClassName
{
background-color: #B5ABDD;
}
</style>
border-color css
<style>
span { border-color: #B5ABDD; }
span { border-color: rgb(181,171,221); }
td.TdClassName
{
border-color: #B5ABDD;
}
.TagClassName
{
border-color: #B5ABDD;
}
</style>