Shades of Moon Raker #BEADD5
Tints of Moon Raker #BEADD5
RGB
CMYK
RGB Variations
Color information
#BEADD5 (or 0xBEADD5) is known color: Moon Raker. HEX triplet: BE, AD and D5. RGB value is (190,173,213). Sum of RGB (Red+Green+Blue) = 190+173+213=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADD5 is #41522A. Grayscale: #B6B6B6. Windows color (decimal): -4280875 or 14003646. OLE color: 14003646.
HSL color Cylindrical-coordinate representation of color #BEADD5: hue angle of 265.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEADD5 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 173 | 213 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.16 |
| HSL | 265.5º | 0.32% | 0.76% | - |
| HSV(B) | 265.5º | 0.19% | 0.84% | - |
| XYZ | 48.19 | 45.64 | 69.22 | - |
| YUV | 182.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 213 | 0.11 | 0.19 | 0 | 0.16 | 265.5 | 0.32 | 0.76 |
| Hex | BE | AD | D5 | B | 13 | 0 | 10 | 10A | 20 | 4C |
| Octal | 276 | 255 | 325 | 13 | 23 | 0 | 20 | 412 | 40 | 114 |
| Binary | 10111110 | 10101101 | 11010101 | 1011 | 10011 | 0 | 10000 | 100001010 | 100000 | 1001100 |
Color Harmonies of #BEADD5
Complementary color
Monochromatic Colors of #BEADD5
Black with #BEADD5
Text Example
Text Example
White with #BEADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADD5; }
p { color: rgb(190,173,213); }
H1.HeaderClassName
{
color: #BEADD5;
}
.AnyTagClassName
{
color: #BEADD5;
}
</style>
background-color css
<style>
a { background-color: #BEADD5; }
a { background-color: rgb(190,173,213); }
div.DivClassName
{
background-color: #BEADD5;
}
.BgClassName
{
background-color: #BEADD5;
}
</style>
border-color css
<style>
span { border-color: #BEADD5; }
span { border-color: rgb(190,173,213); }
td.TdClassName
{
border-color: #BEADD5;
}
.TagClassName
{
border-color: #BEADD5;
}
</style>