Shades of Moon Raker #BEADDB
Tints of Moon Raker #BEADDB
RGB
CMYK
RGB Variations
Color information
#BEADDB (or 0xBEADDB) is known color: Moon Raker. HEX triplet: BE, AD and DB. RGB value is (190,173,219). Sum of RGB (Red+Green+Blue) = 190+173+219=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADDB is #415224. Grayscale: #B7B7B7. Windows color (decimal): -4280869 or 14396862. OLE color: 14396862.
HSL color Cylindrical-coordinate representation of color #BEADDB: hue angle of 262.17º degrees, saturation: 0.39, 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 #BEADDB is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 173 | 219 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.14 |
| HSL | 262.17º | 0.39% | 0.77% | - |
| HSV(B) | 262.17º | 0.21% | 0.86% | - |
| XYZ | 48.96 | 45.95 | 73.31 | - |
| YUV | 183.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 219 | 0.13 | 0.21 | 0 | 0.14 | 262.17 | 0.39 | 0.77 |
| Hex | BE | AD | DB | D | 15 | 0 | E | 106 | 27 | 4D |
| Octal | 276 | 255 | 333 | 15 | 25 | 0 | 16 | 406 | 47 | 115 |
| Binary | 10111110 | 10101101 | 11011011 | 1101 | 10101 | 0 | 1110 | 100000110 | 100111 | 1001101 |
Color Harmonies of #BEADDB
Complementary color
Monochromatic Colors of #BEADDB
Black with #BEADDB
Text Example
Text Example
White with #BEADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADDB; }
p { color: rgb(190,173,219); }
H1.HeaderClassName
{
color: #BEADDB;
}
.AnyTagClassName
{
color: #BEADDB;
}
</style>
background-color css
<style>
a { background-color: #BEADDB; }
a { background-color: rgb(190,173,219); }
div.DivClassName
{
background-color: #BEADDB;
}
.BgClassName
{
background-color: #BEADDB;
}
</style>
border-color css
<style>
span { border-color: #BEADDB; }
span { border-color: rgb(190,173,219); }
td.TdClassName
{
border-color: #BEADDB;
}
.TagClassName
{
border-color: #BEADDB;
}
</style>