Shades of Moon Raker #B9ABE1
Tints of Moon Raker #B9ABE1
RGB
CMYK
RGB Variations
Color information
#B9ABE1 (or 0xB9ABE1) is known color: Moon Raker. HEX triplet: B9, AB and E1. RGB value is (185,171,225). Sum of RGB (Red+Green+Blue) = 185+171+225=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #B9ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABE1 is #46541E. Grayscale: #B5B5B5. Windows color (decimal): -4609055 or 14789561. OLE color: 14789561.
HSL color Cylindrical-coordinate representation of color #B9ABE1: hue angle of 255.56º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9ABE1 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 171 | 225 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.12 |
| HSL | 255.56º | 0.47% | 0.78% | - |
| HSV(B) | 255.56º | 0.24% | 0.88% | - |
| XYZ | 48.16 | 44.88 | 77.36 | - |
| YUV | 181.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 225 | 0.18 | 0.24 | 0 | 0.12 | 255.56 | 0.47 | 0.78 |
| Hex | B9 | AB | E1 | 12 | 18 | 0 | C | 100 | 2F | 4E |
| Octal | 271 | 253 | 341 | 22 | 30 | 0 | 14 | 400 | 57 | 116 |
| Binary | 10111001 | 10101011 | 11100001 | 10010 | 11000 | 0 | 1100 | 100000000 | 101111 | 1001110 |
Color Harmonies of #B9ABE1
Complementary color
Monochromatic Colors of #B9ABE1
Black with #B9ABE1
Text Example
Text Example
White with #B9ABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ABE1; }
p { color: rgb(185,171,225); }
H1.HeaderClassName
{
color: #B9ABE1;
}
.AnyTagClassName
{
color: #B9ABE1;
}
</style>
background-color css
<style>
a { background-color: #B9ABE1; }
a { background-color: rgb(185,171,225); }
div.DivClassName
{
background-color: #B9ABE1;
}
.BgClassName
{
background-color: #B9ABE1;
}
</style>
border-color css
<style>
span { border-color: #B9ABE1; }
span { border-color: rgb(185,171,225); }
td.TdClassName
{
border-color: #B9ABE1;
}
.TagClassName
{
border-color: #B9ABE1;
}
</style>