Shades of Moon Raker #BEACD5
Tints of Moon Raker #BEACD5
RGB
CMYK
RGB Variations
Color information
#BEACD5 (or 0xBEACD5) is known color: Moon Raker. HEX triplet: BE, AC and D5. RGB value is (190,172,213). Sum of RGB (Red+Green+Blue) = 190+172+213=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACD5 is #41532A. Grayscale: #B5B5B5. Windows color (decimal): -4281131 or 14003390. OLE color: 14003390.
HSL color Cylindrical-coordinate representation of color #BEACD5: hue angle of 266.34º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEACD5 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 172 | 213 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.16 |
| HSL | 266.34º | 0.33% | 0.75% | - |
| HSV(B) | 266.34º | 0.19% | 0.84% | - |
| XYZ | 48 | 45.26 | 69.16 | - |
| YUV | 182.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 213 | 0.11 | 0.19 | 0 | 0.16 | 266.34 | 0.33 | 0.75 |
| Hex | BE | AC | D5 | B | 13 | 0 | 10 | 10A | 21 | 4B |
| Octal | 276 | 254 | 325 | 13 | 23 | 0 | 20 | 412 | 41 | 113 |
| Binary | 10111110 | 10101100 | 11010101 | 1011 | 10011 | 0 | 10000 | 100001010 | 100001 | 1001011 |
Color Harmonies of #BEACD5
Complementary color
Monochromatic Colors of #BEACD5
Black with #BEACD5
Text Example
Text Example
White with #BEACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACD5; }
p { color: rgb(190,172,213); }
H1.HeaderClassName
{
color: #BEACD5;
}
.AnyTagClassName
{
color: #BEACD5;
}
</style>
background-color css
<style>
a { background-color: #BEACD5; }
a { background-color: rgb(190,172,213); }
div.DivClassName
{
background-color: #BEACD5;
}
.BgClassName
{
background-color: #BEACD5;
}
</style>
border-color css
<style>
span { border-color: #BEACD5; }
span { border-color: rgb(190,172,213); }
td.TdClassName
{
border-color: #BEACD5;
}
.TagClassName
{
border-color: #BEACD5;
}
</style>