Shades of Moon Raker #BEB3D0
Tints of Moon Raker #BEB3D0
RGB
CMYK
RGB Variations
Color information
#BEB3D0 (or 0xBEB3D0) is known color: Moon Raker. HEX triplet: BE, B3 and D0. RGB value is (190,179,208). Sum of RGB (Red+Green+Blue) = 190+179+208=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEB3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3D0 is #414C2F. Grayscale: #B9B9B9. Windows color (decimal): -4279344 or 13677502. OLE color: 13677502.
HSL color Cylindrical-coordinate representation of color #BEB3D0: hue angle of 262.76º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEB3D0 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 179 | 208 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.18 |
| HSL | 262.76º | 0.24% | 0.76% | - |
| HSV(B) | 262.76º | 0.14% | 0.82% | - |
| XYZ | 48.74 | 47.74 | 66.32 | - |
| YUV | 185.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 208 | 0.09 | 0.14 | 0 | 0.18 | 262.76 | 0.24 | 0.76 |
| Hex | BE | B3 | D0 | 9 | E | 0 | 12 | 107 | 18 | 4C |
| Octal | 276 | 263 | 320 | 11 | 16 | 0 | 22 | 407 | 30 | 114 |
| Binary | 10111110 | 10110011 | 11010000 | 1001 | 1110 | 0 | 10010 | 100000111 | 11000 | 1001100 |
Color Harmonies of #BEB3D0
Complementary color
Monochromatic Colors of #BEB3D0
Black with #BEB3D0
Text Example
Text Example
White with #BEB3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB3D0; }
p { color: rgb(190,179,208); }
H1.HeaderClassName
{
color: #BEB3D0;
}
.AnyTagClassName
{
color: #BEB3D0;
}
</style>
background-color css
<style>
a { background-color: #BEB3D0; }
a { background-color: rgb(190,179,208); }
div.DivClassName
{
background-color: #BEB3D0;
}
.BgClassName
{
background-color: #BEB3D0;
}
</style>
border-color css
<style>
span { border-color: #BEB3D0; }
span { border-color: rgb(190,179,208); }
td.TdClassName
{
border-color: #BEB3D0;
}
.TagClassName
{
border-color: #BEB3D0;
}
</style>