Shades of Moon Raker #BEB7CB
Tints of Moon Raker #BEB7CB
RGB
CMYK
RGB Variations
Color information
#BEB7CB (or 0xBEB7CB) is known color: Moon Raker. HEX triplet: BE, B7 and CB. RGB value is (190,183,203). Sum of RGB (Red+Green+Blue) = 190+183+203=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEB7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7CB is #414834. Grayscale: #BBBBBB. Windows color (decimal): -4278325 or 13350846. OLE color: 13350846.
HSL color Cylindrical-coordinate representation of color #BEB7CB: hue angle of 261º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEB7CB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 183 | 203 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.20 |
| HSL | 261º | 0.16% | 0.76% | - |
| HSV(B) | 261º | 0.1% | 0.8% | - |
| XYZ | 48.95 | 49.13 | 63.4 | - |
| YUV | 187.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 203 | 0.06 | 0.10 | 0 | 0.20 | 261 | 0.16 | 0.76 |
| Hex | BE | B7 | CB | 6 | A | 0 | 14 | 105 | 10 | 4C |
| Octal | 276 | 267 | 313 | 6 | 12 | 0 | 24 | 405 | 20 | 114 |
| Binary | 10111110 | 10110111 | 11001011 | 110 | 1010 | 0 | 10100 | 100000101 | 10000 | 1001100 |
Color Harmonies of #BEB7CB
Complementary color
Monochromatic Colors of #BEB7CB
Black with #BEB7CB
Text Example
Text Example
White with #BEB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7CB; }
p { color: rgb(190,183,203); }
H1.HeaderClassName
{
color: #BEB7CB;
}
.AnyTagClassName
{
color: #BEB7CB;
}
</style>
background-color css
<style>
a { background-color: #BEB7CB; }
a { background-color: rgb(190,183,203); }
div.DivClassName
{
background-color: #BEB7CB;
}
.BgClassName
{
background-color: #BEB7CB;
}
</style>
border-color css
<style>
span { border-color: #BEB7CB; }
span { border-color: rgb(190,183,203); }
td.TdClassName
{
border-color: #BEB7CB;
}
.TagClassName
{
border-color: #BEB7CB;
}
</style>