Shades of Moon Raker #BEADDE
Tints of Moon Raker #BEADDE
RGB
CMYK
RGB Variations
Color information
#BEADDE (or 0xBEADDE) is known color: Moon Raker. HEX triplet: BE, AD and DE. RGB value is (190,173,222). Sum of RGB (Red+Green+Blue) = 190+173+222=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADDE is #415221. Grayscale: #B7B7B7. Windows color (decimal): -4280866 or 14593470. OLE color: 14593470.
HSL color Cylindrical-coordinate representation of color #BEADDE: hue angle of 260.82º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEADDE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 173 | 222 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.13 |
| HSL | 260.82º | 0.43% | 0.77% | - |
| HSV(B) | 260.82º | 0.22% | 0.87% | - |
| XYZ | 49.36 | 46.11 | 75.41 | - |
| YUV | 183.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 222 | 0.14 | 0.22 | 0 | 0.13 | 260.82 | 0.43 | 0.77 |
| Hex | BE | AD | DE | E | 16 | 0 | D | 105 | 2B | 4D |
| Octal | 276 | 255 | 336 | 16 | 26 | 0 | 15 | 405 | 53 | 115 |
| Binary | 10111110 | 10101101 | 11011110 | 1110 | 10110 | 0 | 1101 | 100000101 | 101011 | 1001101 |
Color Harmonies of #BEADDE
Complementary color
Monochromatic Colors of #BEADDE
Black with #BEADDE
Text Example
Text Example
White with #BEADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADDE; }
p { color: rgb(190,173,222); }
H1.HeaderClassName
{
color: #BEADDE;
}
.AnyTagClassName
{
color: #BEADDE;
}
</style>
background-color css
<style>
a { background-color: #BEADDE; }
a { background-color: rgb(190,173,222); }
div.DivClassName
{
background-color: #BEADDE;
}
.BgClassName
{
background-color: #BEADDE;
}
</style>
border-color css
<style>
span { border-color: #BEADDE; }
span { border-color: rgb(190,173,222); }
td.TdClassName
{
border-color: #BEADDE;
}
.TagClassName
{
border-color: #BEADDE;
}
</style>