Shades of Caper #BED185
Tints of Caper #BED185
RGB
CMYK
RGB Variations
Color information
#BED185 (or 0xBED185) is known color: Caper. HEX triplet: BE, D1 and 85. RGB value is (190,209,133). Sum of RGB (Red+Green+Blue) = 190+209+133=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 209 - color contains mainly: green. Hex color #BED185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED185 is #412E7A. Grayscale: #C2C2C2. Windows color (decimal): -4271739 or 8769982. OLE color: 8769982.
HSL color Cylindrical-coordinate representation of color #BED185: hue angle of 75º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BED185 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 133 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.18 |
| HSL | 75º | 0.45% | 0.67% | - |
| HSV(B) | 75º | 0.36% | 0.82% | - |
| XYZ | 48.27 | 58.24 | 30.89 | - |
| YUV | 194.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 133 | 0.09 | 0 | 0.36 | 0.18 | 75 | 0.45 | 0.67 |
| Hex | BE | D1 | 85 | 9 | 0 | 24 | 12 | 4B | 2D | 43 |
| Octal | 276 | 321 | 205 | 11 | 0 | 44 | 22 | 113 | 55 | 103 |
| Binary | 10111110 | 11010001 | 10000101 | 1001 | 0 | 100100 | 10010 | 1001011 | 101101 | 1000011 |
Color Harmonies of #BED185
Complementary color
Monochromatic Colors of #BED185
Black with #BED185
Text Example
Text Example
White with #BED185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED185; }
p { color: rgb(190,209,133); }
H1.HeaderClassName
{
color: #BED185;
}
.AnyTagClassName
{
color: #BED185;
}
</style>
background-color css
<style>
a { background-color: #BED185; }
a { background-color: rgb(190,209,133); }
div.DivClassName
{
background-color: #BED185;
}
.BgClassName
{
background-color: #BED185;
}
</style>
border-color css
<style>
span { border-color: #BED185; }
span { border-color: rgb(190,209,133); }
td.TdClassName
{
border-color: #BED185;
}
.TagClassName
{
border-color: #BED185;
}
</style>