Shades of Moon Raker #BEABE0
Tints of Moon Raker #BEABE0
RGB
CMYK
RGB Variations
Color information
#BEABE0 (or 0xBEABE0) is known color: Moon Raker. HEX triplet: BE, AB and E0. RGB value is (190,171,224). Sum of RGB (Red+Green+Blue) = 190+171+224=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEABE0 is #41541F. Grayscale: #B6B6B6. Windows color (decimal): -4281376 or 14724030. OLE color: 14724030.
HSL color Cylindrical-coordinate representation of color #BEABE0: hue angle of 261.51º degrees, saturation: 0.46, 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 #BEABE0 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 171 | 224 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.12 |
| HSL | 261.51º | 0.46% | 0.77% | - |
| HSV(B) | 261.51º | 0.24% | 0.88% | - |
| XYZ | 49.25 | 45.45 | 76.7 | - |
| YUV | 182.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 224 | 0.15 | 0.24 | 0 | 0.12 | 261.51 | 0.46 | 0.77 |
| Hex | BE | AB | E0 | F | 18 | 0 | C | 106 | 2E | 4D |
| Octal | 276 | 253 | 340 | 17 | 30 | 0 | 14 | 406 | 56 | 115 |
| Binary | 10111110 | 10101011 | 11100000 | 1111 | 11000 | 0 | 1100 | 100000110 | 101110 | 1001101 |
Color Harmonies of #BEABE0
Complementary color
Monochromatic Colors of #BEABE0
Black with #BEABE0
Text Example
Text Example
White with #BEABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABE0; }
p { color: rgb(190,171,224); }
H1.HeaderClassName
{
color: #BEABE0;
}
.AnyTagClassName
{
color: #BEABE0;
}
</style>
background-color css
<style>
a { background-color: #BEABE0; }
a { background-color: rgb(190,171,224); }
div.DivClassName
{
background-color: #BEABE0;
}
.BgClassName
{
background-color: #BEABE0;
}
</style>
border-color css
<style>
span { border-color: #BEABE0; }
span { border-color: rgb(190,171,224); }
td.TdClassName
{
border-color: #BEABE0;
}
.TagClassName
{
border-color: #BEABE0;
}
</style>