Shades of Moon Raker #BEABDD
Tints of Moon Raker #BEABDD
RGB
CMYK
RGB Variations
Color information
#BEABDD (or 0xBEABDD) is known color: Moon Raker. HEX triplet: BE, AB and DD. RGB value is (190,171,221). Sum of RGB (Red+Green+Blue) = 190+171+221=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEABDD is #415422. Grayscale: #B6B6B6. Windows color (decimal): -4281379 or 14527422. OLE color: 14527422.
HSL color Cylindrical-coordinate representation of color #BEABDD: hue angle of 262.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEABDD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 171 | 221 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.13 |
| HSL | 262.8º | 0.42% | 0.77% | - |
| HSV(B) | 262.8º | 0.23% | 0.87% | - |
| XYZ | 48.85 | 45.29 | 74.57 | - |
| YUV | 182.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 221 | 0.14 | 0.23 | 0 | 0.13 | 262.8 | 0.42 | 0.77 |
| Hex | BE | AB | DD | E | 17 | 0 | D | 107 | 2A | 4D |
| Octal | 276 | 253 | 335 | 16 | 27 | 0 | 15 | 407 | 52 | 115 |
| Binary | 10111110 | 10101011 | 11011101 | 1110 | 10111 | 0 | 1101 | 100000111 | 101010 | 1001101 |
Color Harmonies of #BEABDD
Complementary color
Monochromatic Colors of #BEABDD
Black with #BEABDD
Text Example
Text Example
White with #BEABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABDD; }
p { color: rgb(190,171,221); }
H1.HeaderClassName
{
color: #BEABDD;
}
.AnyTagClassName
{
color: #BEABDD;
}
</style>
background-color css
<style>
a { background-color: #BEABDD; }
a { background-color: rgb(190,171,221); }
div.DivClassName
{
background-color: #BEABDD;
}
.BgClassName
{
background-color: #BEABDD;
}
</style>
border-color css
<style>
span { border-color: #BEABDD; }
span { border-color: rgb(190,171,221); }
td.TdClassName
{
border-color: #BEABDD;
}
.TagClassName
{
border-color: #BEABDD;
}
</style>