Shades of Moon Raker #B5A6DD
Tints of Moon Raker #B5A6DD
RGB
CMYK
RGB Variations
Color information
#B5A6DD (or 0xB5A6DD) is known color: Moon Raker. HEX triplet: B5, A6 and DD. RGB value is (181,166,221). Sum of RGB (Red+Green+Blue) = 181+166+221=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5A6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A6DD is #4A5922. Grayscale: #B0B0B0. Windows color (decimal): -4872483 or 14526133. OLE color: 14526133.
HSL color Cylindrical-coordinate representation of color #B5A6DD: hue angle of 256.36º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5A6DD is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 166 | 221 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.13 |
| HSL | 256.36º | 0.45% | 0.76% | - |
| HSV(B) | 256.36º | 0.25% | 0.87% | - |
| XYZ | 45.74 | 42.32 | 74.16 | - |
| YUV | 176.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 221 | 0.18 | 0.25 | 0 | 0.13 | 256.36 | 0.45 | 0.76 |
| Hex | B5 | A6 | DD | 12 | 19 | 0 | D | 100 | 2D | 4C |
| Octal | 265 | 246 | 335 | 22 | 31 | 0 | 15 | 400 | 55 | 114 |
| Binary | 10110101 | 10100110 | 11011101 | 10010 | 11001 | 0 | 1101 | 100000000 | 101101 | 1001100 |
Color Harmonies of #B5A6DD
Complementary color
Monochromatic Colors of #B5A6DD
Black with #B5A6DD
Text Example
Text Example
White with #B5A6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A6DD; }
p { color: rgb(181,166,221); }
H1.HeaderClassName
{
color: #B5A6DD;
}
.AnyTagClassName
{
color: #B5A6DD;
}
</style>
background-color css
<style>
a { background-color: #B5A6DD; }
a { background-color: rgb(181,166,221); }
div.DivClassName
{
background-color: #B5A6DD;
}
.BgClassName
{
background-color: #B5A6DD;
}
</style>
border-color css
<style>
span { border-color: #B5A6DD; }
span { border-color: rgb(181,166,221); }
td.TdClassName
{
border-color: #B5A6DD;
}
.TagClassName
{
border-color: #B5A6DD;
}
</style>