Shades of Moon Raker #B5A8D8
Tints of Moon Raker #B5A8D8
RGB
CMYK
RGB Variations
Color information
#B5A8D8 (or 0xB5A8D8) is known color: Moon Raker. HEX triplet: B5, A8 and D8. RGB value is (181,168,216). Sum of RGB (Red+Green+Blue) = 181+168+216=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #B5A8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A8D8 is #4A5727. Grayscale: #B1B1B1. Windows color (decimal): -4871976 or 14198965. OLE color: 14198965.
HSL color Cylindrical-coordinate representation of color #B5A8D8: hue angle of 256.25º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5A8D8 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 168 | 216 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.15 |
| HSL | 256.25º | 0.38% | 0.75% | - |
| HSV(B) | 256.25º | 0.22% | 0.85% | - |
| XYZ | 45.45 | 42.79 | 70.83 | - |
| YUV | 177.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 216 | 0.16 | 0.22 | 0 | 0.15 | 256.25 | 0.38 | 0.75 |
| Hex | B5 | A8 | D8 | 10 | 16 | 0 | F | 100 | 26 | 4B |
| Octal | 265 | 250 | 330 | 20 | 26 | 0 | 17 | 400 | 46 | 113 |
| Binary | 10110101 | 10101000 | 11011000 | 10000 | 10110 | 0 | 1111 | 100000000 | 100110 | 1001011 |
Color Harmonies of #B5A8D8
Complementary color
Monochromatic Colors of #B5A8D8
Black with #B5A8D8
Text Example
Text Example
White with #B5A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8D8; }
p { color: rgb(181,168,216); }
H1.HeaderClassName
{
color: #B5A8D8;
}
.AnyTagClassName
{
color: #B5A8D8;
}
</style>
background-color css
<style>
a { background-color: #B5A8D8; }
a { background-color: rgb(181,168,216); }
div.DivClassName
{
background-color: #B5A8D8;
}
.BgClassName
{
background-color: #B5A8D8;
}
</style>
border-color css
<style>
span { border-color: #B5A8D8; }
span { border-color: rgb(181,168,216); }
td.TdClassName
{
border-color: #B5A8D8;
}
.TagClassName
{
border-color: #B5A8D8;
}
</style>