Shades of Moon Raker #BEAAE1
Tints of Moon Raker #BEAAE1
RGB
CMYK
RGB Variations
Color information
#BEAAE1 (or 0xBEAAE1) is known color: Moon Raker. HEX triplet: BE, AA and E1. RGB value is (190,170,225). Sum of RGB (Red+Green+Blue) = 190+170+225=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAE1 is #41551E. Grayscale: #B6B6B6. Windows color (decimal): -4281631 or 14789310. OLE color: 14789310.
HSL color Cylindrical-coordinate representation of color #BEAAE1: hue angle of 261.82º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEAAE1 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 170 | 225 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.12 |
| HSL | 261.82º | 0.48% | 0.77% | - |
| HSV(B) | 261.82º | 0.24% | 0.88% | - |
| XYZ | 49.2 | 45.13 | 77.35 | - |
| YUV | 182.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 225 | 0.16 | 0.24 | 0 | 0.12 | 261.82 | 0.48 | 0.77 |
| Hex | BE | AA | E1 | 10 | 18 | 0 | C | 106 | 30 | 4D |
| Octal | 276 | 252 | 341 | 20 | 30 | 0 | 14 | 406 | 60 | 115 |
| Binary | 10111110 | 10101010 | 11100001 | 10000 | 11000 | 0 | 1100 | 100000110 | 110000 | 1001101 |
Color Harmonies of #BEAAE1
Complementary color
Monochromatic Colors of #BEAAE1
Black with #BEAAE1
Text Example
Text Example
White with #BEAAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAE1; }
p { color: rgb(190,170,225); }
H1.HeaderClassName
{
color: #BEAAE1;
}
.AnyTagClassName
{
color: #BEAAE1;
}
</style>
background-color css
<style>
a { background-color: #BEAAE1; }
a { background-color: rgb(190,170,225); }
div.DivClassName
{
background-color: #BEAAE1;
}
.BgClassName
{
background-color: #BEAAE1;
}
</style>
border-color css
<style>
span { border-color: #BEAAE1; }
span { border-color: rgb(190,170,225); }
td.TdClassName
{
border-color: #BEAAE1;
}
.TagClassName
{
border-color: #BEAAE1;
}
</style>