Shades of Moon Raker #B5A8DF
Tints of Moon Raker #B5A8DF
RGB
CMYK
RGB Variations
Color information
#B5A8DF (or 0xB5A8DF) is known color: Moon Raker. HEX triplet: B5, A8 and DF. RGB value is (181,168,223). Sum of RGB (Red+Green+Blue) = 181+168+223=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A8DF is #4A5720. Grayscale: #B1B1B1. Windows color (decimal): -4871969 or 14657717. OLE color: 14657717.
HSL color Cylindrical-coordinate representation of color #B5A8DF: hue angle of 254.18º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5A8DF is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 168 | 223 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.13 |
| HSL | 254.18º | 0.46% | 0.77% | - |
| HSV(B) | 254.18º | 0.25% | 0.87% | - |
| XYZ | 46.38 | 43.16 | 75.7 | - |
| YUV | 178.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 223 | 0.19 | 0.25 | 0 | 0.13 | 254.18 | 0.46 | 0.77 |
| Hex | B5 | A8 | DF | 13 | 19 | 0 | D | FE | 2E | 4D |
| Octal | 265 | 250 | 337 | 23 | 31 | 0 | 15 | 376 | 56 | 115 |
| Binary | 10110101 | 10101000 | 11011111 | 10011 | 11001 | 0 | 1101 | 11111110 | 101110 | 1001101 |
Color Harmonies of #B5A8DF
Complementary color
Monochromatic Colors of #B5A8DF
Black with #B5A8DF
Text Example
Text Example
White with #B5A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8DF; }
p { color: rgb(181,168,223); }
H1.HeaderClassName
{
color: #B5A8DF;
}
.AnyTagClassName
{
color: #B5A8DF;
}
</style>
background-color css
<style>
a { background-color: #B5A8DF; }
a { background-color: rgb(181,168,223); }
div.DivClassName
{
background-color: #B5A8DF;
}
.BgClassName
{
background-color: #B5A8DF;
}
</style>
border-color css
<style>
span { border-color: #B5A8DF; }
span { border-color: rgb(181,168,223); }
td.TdClassName
{
border-color: #B5A8DF;
}
.TagClassName
{
border-color: #B5A8DF;
}
</style>