Shades of Moon Raker #BEABDC
Tints of Moon Raker #BEABDC
RGB
CMYK
RGB Variations
Color information
#BEABDC (or 0xBEABDC) is known color: Moon Raker. HEX triplet: BE, AB and DC. RGB value is (190,171,220). Sum of RGB (Red+Green+Blue) = 190+171+220=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEABDC is #415423. Grayscale: #B6B6B6. Windows color (decimal): -4281380 or 14461886. OLE color: 14461886.
HSL color Cylindrical-coordinate representation of color #BEABDC: hue angle of 263.27º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEABDC is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 171 | 220 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.14 |
| HSL | 263.27º | 0.41% | 0.77% | - |
| HSV(B) | 263.27º | 0.22% | 0.86% | - |
| XYZ | 48.72 | 45.24 | 73.87 | - |
| YUV | 182.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 220 | 0.14 | 0.22 | 0 | 0.14 | 263.27 | 0.41 | 0.77 |
| Hex | BE | AB | DC | E | 16 | 0 | E | 107 | 29 | 4D |
| Octal | 276 | 253 | 334 | 16 | 26 | 0 | 16 | 407 | 51 | 115 |
| Binary | 10111110 | 10101011 | 11011100 | 1110 | 10110 | 0 | 1110 | 100000111 | 101001 | 1001101 |
Color Harmonies of #BEABDC
Complementary color
Monochromatic Colors of #BEABDC
Black with #BEABDC
Text Example
Text Example
White with #BEABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABDC; }
p { color: rgb(190,171,220); }
H1.HeaderClassName
{
color: #BEABDC;
}
.AnyTagClassName
{
color: #BEABDC;
}
</style>
background-color css
<style>
a { background-color: #BEABDC; }
a { background-color: rgb(190,171,220); }
div.DivClassName
{
background-color: #BEABDC;
}
.BgClassName
{
background-color: #BEABDC;
}
</style>
border-color css
<style>
span { border-color: #BEABDC; }
span { border-color: rgb(190,171,220); }
td.TdClassName
{
border-color: #BEABDC;
}
.TagClassName
{
border-color: #BEABDC;
}
</style>