Shades of Moon Raker #BEADD2
Tints of Moon Raker #BEADD2
RGB
CMYK
RGB Variations
Color information
#BEADD2 (or 0xBEADD2) is known color: Moon Raker. HEX triplet: BE, AD and D2. RGB value is (190,173,210). Sum of RGB (Red+Green+Blue) = 190+173+210=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADD2 is #41522D. Grayscale: #B6B6B6. Windows color (decimal): -4280878 or 13807038. OLE color: 13807038.
HSL color Cylindrical-coordinate representation of color #BEADD2: hue angle of 267.57º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEADD2 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 173 | 210 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.18 |
| HSL | 267.57º | 0.29% | 0.75% | - |
| HSV(B) | 267.57º | 0.18% | 0.82% | - |
| XYZ | 47.81 | 45.49 | 67.23 | - |
| YUV | 182.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 210 | 0.10 | 0.18 | 0 | 0.18 | 267.57 | 0.29 | 0.75 |
| Hex | BE | AD | D2 | A | 12 | 0 | 12 | 10C | 1D | 4B |
| Octal | 276 | 255 | 322 | 12 | 22 | 0 | 22 | 414 | 35 | 113 |
| Binary | 10111110 | 10101101 | 11010010 | 1010 | 10010 | 0 | 10010 | 100001100 | 11101 | 1001011 |
Color Harmonies of #BEADD2
Complementary color
Monochromatic Colors of #BEADD2
Black with #BEADD2
Text Example
Text Example
White with #BEADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADD2; }
p { color: rgb(190,173,210); }
H1.HeaderClassName
{
color: #BEADD2;
}
.AnyTagClassName
{
color: #BEADD2;
}
</style>
background-color css
<style>
a { background-color: #BEADD2; }
a { background-color: rgb(190,173,210); }
div.DivClassName
{
background-color: #BEADD2;
}
.BgClassName
{
background-color: #BEADD2;
}
</style>
border-color css
<style>
span { border-color: #BEADD2; }
span { border-color: rgb(190,173,210); }
td.TdClassName
{
border-color: #BEADD2;
}
.TagClassName
{
border-color: #BEADD2;
}
</style>