Shades of Moon Raker #BEAECF
Tints of Moon Raker #BEAECF
RGB
CMYK
RGB Variations
Color information
#BEAECF (or 0xBEAECF) is known color: Moon Raker. HEX triplet: BE, AE and CF. RGB value is (190,174,207). Sum of RGB (Red+Green+Blue) = 190+174+207=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAECF is #415130. Grayscale: #B6B6B6. Windows color (decimal): -4280625 or 13610686. OLE color: 13610686.
HSL color Cylindrical-coordinate representation of color #BEAECF: hue angle of 269.09º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEAECF is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 174 | 207 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.19 |
| HSL | 269.09º | 0.26% | 0.75% | - |
| HSV(B) | 269.09º | 0.16% | 0.81% | - |
| XYZ | 47.63 | 45.72 | 65.35 | - |
| YUV | 182.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 207 | 0.08 | 0.16 | 0 | 0.19 | 269.09 | 0.26 | 0.75 |
| Hex | BE | AE | CF | 8 | 10 | 0 | 13 | 10D | 1A | 4B |
| Octal | 276 | 256 | 317 | 10 | 20 | 0 | 23 | 415 | 32 | 113 |
| Binary | 10111110 | 10101110 | 11001111 | 1000 | 10000 | 0 | 10011 | 100001101 | 11010 | 1001011 |
Color Harmonies of #BEAECF
Complementary color
Monochromatic Colors of #BEAECF
Black with #BEAECF
Text Example
Text Example
White with #BEAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAECF; }
p { color: rgb(190,174,207); }
H1.HeaderClassName
{
color: #BEAECF;
}
.AnyTagClassName
{
color: #BEAECF;
}
</style>
background-color css
<style>
a { background-color: #BEAECF; }
a { background-color: rgb(190,174,207); }
div.DivClassName
{
background-color: #BEAECF;
}
.BgClassName
{
background-color: #BEAECF;
}
</style>
border-color css
<style>
span { border-color: #BEAECF; }
span { border-color: rgb(190,174,207); }
td.TdClassName
{
border-color: #BEAECF;
}
.TagClassName
{
border-color: #BEAECF;
}
</style>