Shades of Moon Raker #BEAEDC
Tints of Moon Raker #BEAEDC
RGB
CMYK
RGB Variations
Color information
#BEAEDC (or 0xBEAEDC) is known color: Moon Raker. HEX triplet: BE, AE and DC. RGB value is (190,174,220). Sum of RGB (Red+Green+Blue) = 190+174+220=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEDC is #415123. Grayscale: #B7B7B7. Windows color (decimal): -4280612 or 14462654. OLE color: 14462654.
HSL color Cylindrical-coordinate representation of color #BEAEDC: hue angle of 260.87º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEAEDC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 174 | 220 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.14 |
| HSL | 260.87º | 0.4% | 0.77% | - |
| HSV(B) | 260.87º | 0.21% | 0.86% | - |
| XYZ | 49.29 | 46.39 | 74.07 | - |
| YUV | 184.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 220 | 0.14 | 0.21 | 0 | 0.14 | 260.87 | 0.4 | 0.77 |
| Hex | BE | AE | DC | E | 15 | 0 | E | 105 | 28 | 4D |
| Octal | 276 | 256 | 334 | 16 | 25 | 0 | 16 | 405 | 50 | 115 |
| Binary | 10111110 | 10101110 | 11011100 | 1110 | 10101 | 0 | 1110 | 100000101 | 101000 | 1001101 |
Color Harmonies of #BEAEDC
Complementary color
Monochromatic Colors of #BEAEDC
Black with #BEAEDC
Text Example
Text Example
White with #BEAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEDC; }
p { color: rgb(190,174,220); }
H1.HeaderClassName
{
color: #BEAEDC;
}
.AnyTagClassName
{
color: #BEAEDC;
}
</style>
background-color css
<style>
a { background-color: #BEAEDC; }
a { background-color: rgb(190,174,220); }
div.DivClassName
{
background-color: #BEAEDC;
}
.BgClassName
{
background-color: #BEAEDC;
}
</style>
border-color css
<style>
span { border-color: #BEAEDC; }
span { border-color: rgb(190,174,220); }
td.TdClassName
{
border-color: #BEAEDC;
}
.TagClassName
{
border-color: #BEAEDC;
}
</style>