Shades of Moon Raker #BEACDF
Tints of Moon Raker #BEACDF
RGB
CMYK
RGB Variations
Color information
#BEACDF (or 0xBEACDF) is known color: Moon Raker. HEX triplet: BE, AC and DF. RGB value is (190,172,223). Sum of RGB (Red+Green+Blue) = 190+172+223=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACDF is #415320. Grayscale: #B7B7B7. Windows color (decimal): -4281121 or 14658750. OLE color: 14658750.
HSL color Cylindrical-coordinate representation of color #BEACDF: hue angle of 261.18º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEACDF is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 172 | 223 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.13 |
| HSL | 261.18º | 0.44% | 0.77% | - |
| HSV(B) | 261.18º | 0.23% | 0.87% | - |
| XYZ | 49.31 | 45.78 | 76.05 | - |
| YUV | 183.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 223 | 0.15 | 0.23 | 0 | 0.13 | 261.18 | 0.44 | 0.77 |
| Hex | BE | AC | DF | F | 17 | 0 | D | 105 | 2C | 4D |
| Octal | 276 | 254 | 337 | 17 | 27 | 0 | 15 | 405 | 54 | 115 |
| Binary | 10111110 | 10101100 | 11011111 | 1111 | 10111 | 0 | 1101 | 100000101 | 101100 | 1001101 |
Color Harmonies of #BEACDF
Complementary color
Monochromatic Colors of #BEACDF
Black with #BEACDF
Text Example
Text Example
White with #BEACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACDF; }
p { color: rgb(190,172,223); }
H1.HeaderClassName
{
color: #BEACDF;
}
.AnyTagClassName
{
color: #BEACDF;
}
</style>
background-color css
<style>
a { background-color: #BEACDF; }
a { background-color: rgb(190,172,223); }
div.DivClassName
{
background-color: #BEACDF;
}
.BgClassName
{
background-color: #BEACDF;
}
</style>
border-color css
<style>
span { border-color: #BEACDF; }
span { border-color: rgb(190,172,223); }
td.TdClassName
{
border-color: #BEACDF;
}
.TagClassName
{
border-color: #BEACDF;
}
</style>