Shades of Moon Raker #B5A9DE
Tints of Moon Raker #B5A9DE
RGB
CMYK
RGB Variations
Color information
#B5A9DE (or 0xB5A9DE) is known color: Moon Raker. HEX triplet: B5, A9 and DE. RGB value is (181,169,222). Sum of RGB (Red+Green+Blue) = 181+169+222=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5A9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A9DE is #4A5621. Grayscale: #B2B2B2. Windows color (decimal): -4871714 or 14592437. OLE color: 14592437.
HSL color Cylindrical-coordinate representation of color #B5A9DE: hue angle of 253.58º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5A9DE is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 169 | 222 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.13 |
| HSL | 253.58º | 0.45% | 0.77% | - |
| HSV(B) | 253.58º | 0.24% | 0.87% | - |
| XYZ | 46.43 | 43.47 | 75.05 | - |
| YUV | 178.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 169 | 222 | 0.18 | 0.24 | 0 | 0.13 | 253.58 | 0.45 | 0.77 |
| Hex | B5 | A9 | DE | 12 | 18 | 0 | D | FE | 2D | 4D |
| Octal | 265 | 251 | 336 | 22 | 30 | 0 | 15 | 376 | 55 | 115 |
| Binary | 10110101 | 10101001 | 11011110 | 10010 | 11000 | 0 | 1101 | 11111110 | 101101 | 1001101 |
Color Harmonies of #B5A9DE
Complementary color
Monochromatic Colors of #B5A9DE
Black with #B5A9DE
Text Example
Text Example
White with #B5A9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A9DE; }
p { color: rgb(181,169,222); }
H1.HeaderClassName
{
color: #B5A9DE;
}
.AnyTagClassName
{
color: #B5A9DE;
}
</style>
background-color css
<style>
a { background-color: #B5A9DE; }
a { background-color: rgb(181,169,222); }
div.DivClassName
{
background-color: #B5A9DE;
}
.BgClassName
{
background-color: #B5A9DE;
}
</style>
border-color css
<style>
span { border-color: #B5A9DE; }
span { border-color: rgb(181,169,222); }
td.TdClassName
{
border-color: #B5A9DE;
}
.TagClassName
{
border-color: #B5A9DE;
}
</style>