Shades of Caper #BECE88
Tints of Caper #BECE88
RGB
CMYK
RGB Variations
Color information
#BECE88 (or 0xBECE88) is known color: Caper. HEX triplet: BE, CE and 88. RGB value is (190,206,136). Sum of RGB (Red+Green+Blue) = 190+206+136=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE88 is #413177. Grayscale: #C1C1C1. Windows color (decimal): -4272504 or 8965822. OLE color: 8965822.
HSL color Cylindrical-coordinate representation of color #BECE88: hue angle of 73.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BECE88 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 136 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.19 |
| HSL | 73.71º | 0.42% | 0.67% | - |
| HSV(B) | 73.71º | 0.34% | 0.81% | - |
| XYZ | 47.75 | 56.87 | 31.75 | - |
| YUV | 193.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 136 | 0.08 | 0 | 0.34 | 0.19 | 73.71 | 0.42 | 0.67 |
| Hex | BE | CE | 88 | 8 | 0 | 22 | 13 | 4A | 2A | 43 |
| Octal | 276 | 316 | 210 | 10 | 0 | 42 | 23 | 112 | 52 | 103 |
| Binary | 10111110 | 11001110 | 10001000 | 1000 | 0 | 100010 | 10011 | 1001010 | 101010 | 1000011 |
Color Harmonies of #BECE88
Complementary color
Monochromatic Colors of #BECE88
Black with #BECE88
Text Example
Text Example
White with #BECE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE88; }
p { color: rgb(190,206,136); }
H1.HeaderClassName
{
color: #BECE88;
}
.AnyTagClassName
{
color: #BECE88;
}
</style>
background-color css
<style>
a { background-color: #BECE88; }
a { background-color: rgb(190,206,136); }
div.DivClassName
{
background-color: #BECE88;
}
.BgClassName
{
background-color: #BECE88;
}
</style>
border-color css
<style>
span { border-color: #BECE88; }
span { border-color: rgb(190,206,136); }
td.TdClassName
{
border-color: #BECE88;
}
.TagClassName
{
border-color: #BECE88;
}
</style>