Shades of Moon Raker #BEB5CE
Tints of Moon Raker #BEB5CE
RGB
CMYK
RGB Variations
Color information
#BEB5CE (or 0xBEB5CE) is known color: Moon Raker. HEX triplet: BE, B5 and CE. RGB value is (190,181,206). Sum of RGB (Red+Green+Blue) = 190+181+206=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5CE is #414A31. Grayscale: #BABABA. Windows color (decimal): -4278834 or 13546942. OLE color: 13546942.
HSL color Cylindrical-coordinate representation of color #BEB5CE: hue angle of 261.6º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEB5CE is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 190 | 181 | 206 | - |
CMYK | 0.08 | 0.12 | 0 | 0.19 |
HSL | 261.6º | 0.2% | 0.76% | - |
HSV(B) | 261.6º | 0.12% | 0.81% | - |
XYZ | 48.9 | 48.45 | 65.17 | - |
YUV | 186.54 | 138.98 | 130.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 181 | 206 | 0.08 | 0.12 | 0 | 0.19 | 261.6 | 0.2 | 0.76 |
Hex | BE | B5 | CE | 8 | C | 0 | 13 | 106 | 14 | 4C |
Octal | 276 | 265 | 316 | 10 | 14 | 0 | 23 | 406 | 24 | 114 |
Binary | 10111110 | 10110101 | 11001110 | 1000 | 1100 | 0 | 10011 | 100000110 | 10100 | 1001100 |
Color Harmonies of #BEB5CE
Complementary color
Monochromatic Colors of #BEB5CE
Black with #BEB5CE
Text Example
Text Example
White with #BEB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB5CE; }
p { color: rgb(190,181,206); }
H1.HeaderClassName
{
color: #BEB5CE;
}
.AnyTagClassName
{
color: #BEB5CE;
}
</style>
background-color css
<style>
a { background-color: #BEB5CE; }
a { background-color: rgb(190,181,206); }
div.DivClassName
{
background-color: #BEB5CE;
}
.BgClassName
{
background-color: #BEB5CE;
}
</style>
border-color css
<style>
span { border-color: #BEB5CE; }
span { border-color: rgb(190,181,206); }
td.TdClassName
{
border-color: #BEB5CE;
}
.TagClassName
{
border-color: #BEB5CE;
}
</style>