Shades of Moon Raker #BEAAE5
Tints of Moon Raker #BEAAE5
RGB
CMYK
RGB Variations
Color information
#BEAAE5 (or 0xBEAAE5) is known color: Moon Raker. HEX triplet: BE, AA and E5. RGB value is (190,170,229). Sum of RGB (Red+Green+Blue) = 190+170+229=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEAAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAE5 is #41551A. Grayscale: #B6B6B6. Windows color (decimal): -4281627 or 15051454. OLE color: 15051454.
HSL color Cylindrical-coordinate representation of color #BEAAE5: hue angle of 260.34º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEAAE5 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 170 | 229 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.10 |
| HSL | 260.34º | 0.53% | 0.78% | - |
| HSV(B) | 260.34º | 0.26% | 0.9% | - |
| XYZ | 49.75 | 45.35 | 80.26 | - |
| YUV | 182.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 229 | 0.17 | 0.26 | 0 | 0.10 | 260.34 | 0.53 | 0.78 |
| Hex | BE | AA | E5 | 11 | 1A | 0 | A | 104 | 35 | 4E |
| Octal | 276 | 252 | 345 | 21 | 32 | 0 | 12 | 404 | 65 | 116 |
| Binary | 10111110 | 10101010 | 11100101 | 10001 | 11010 | 0 | 1010 | 100000100 | 110101 | 1001110 |
Color Harmonies of #BEAAE5
Complementary color
Monochromatic Colors of #BEAAE5
Black with #BEAAE5
Text Example
Text Example
White with #BEAAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAE5; }
p { color: rgb(190,170,229); }
H1.HeaderClassName
{
color: #BEAAE5;
}
.AnyTagClassName
{
color: #BEAAE5;
}
</style>
background-color css
<style>
a { background-color: #BEAAE5; }
a { background-color: rgb(190,170,229); }
div.DivClassName
{
background-color: #BEAAE5;
}
.BgClassName
{
background-color: #BEAAE5;
}
</style>
border-color css
<style>
span { border-color: #BEAAE5; }
span { border-color: rgb(190,170,229); }
td.TdClassName
{
border-color: #BEAAE5;
}
.TagClassName
{
border-color: #BEAAE5;
}
</style>