Shades of Moon Raker #BEB2D1
Tints of Moon Raker #BEB2D1
RGB
CMYK
RGB Variations
Color information
#BEB2D1 (or 0xBEB2D1) is known color: Moon Raker. HEX triplet: BE, B2 and D1. RGB value is (190,178,209). Sum of RGB (Red+Green+Blue) = 190+178+209=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEB2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2D1 is #414D2E. Grayscale: #B9B9B9. Windows color (decimal): -4279599 or 13742782. OLE color: 13742782.
HSL color Cylindrical-coordinate representation of color #BEB2D1: hue angle of 263.23º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEB2D1 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 178 | 209 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.18 |
| HSL | 263.23º | 0.25% | 0.76% | - |
| HSV(B) | 263.23º | 0.15% | 0.82% | - |
| XYZ | 48.66 | 47.39 | 66.9 | - |
| YUV | 185.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 209 | 0.09 | 0.15 | 0 | 0.18 | 263.23 | 0.25 | 0.76 |
| Hex | BE | B2 | D1 | 9 | F | 0 | 12 | 107 | 19 | 4C |
| Octal | 276 | 262 | 321 | 11 | 17 | 0 | 22 | 407 | 31 | 114 |
| Binary | 10111110 | 10110010 | 11010001 | 1001 | 1111 | 0 | 10010 | 100000111 | 11001 | 1001100 |
Color Harmonies of #BEB2D1
Complementary color
Monochromatic Colors of #BEB2D1
Black with #BEB2D1
Text Example
Text Example
White with #BEB2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB2D1; }
p { color: rgb(190,178,209); }
H1.HeaderClassName
{
color: #BEB2D1;
}
.AnyTagClassName
{
color: #BEB2D1;
}
</style>
background-color css
<style>
a { background-color: #BEB2D1; }
a { background-color: rgb(190,178,209); }
div.DivClassName
{
background-color: #BEB2D1;
}
.BgClassName
{
background-color: #BEB2D1;
}
</style>
border-color css
<style>
span { border-color: #BEB2D1; }
span { border-color: rgb(190,178,209); }
td.TdClassName
{
border-color: #BEB2D1;
}
.TagClassName
{
border-color: #BEB2D1;
}
</style>