Shades of Caper #BED385
Tints of Caper #BED385
RGB
CMYK
RGB Variations
Color information
#BED385 (or 0xBED385) is known color: Caper. HEX triplet: BE, D3 and 85. RGB value is (190,211,133). Sum of RGB (Red+Green+Blue) = 190+211+133=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #BED385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED385 is #412C7A. Grayscale: #C4C4C4. Windows color (decimal): -4271227 or 8770494. OLE color: 8770494.
HSL color Cylindrical-coordinate representation of color #BED385: hue angle of 76.15º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BED385 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 133 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.17 |
| HSL | 76.15º | 0.47% | 0.67% | - |
| HSV(B) | 76.15º | 0.37% | 0.83% | - |
| XYZ | 48.76 | 59.23 | 31.05 | - |
| YUV | 195.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 133 | 0.10 | 0 | 0.37 | 0.17 | 76.15 | 0.47 | 0.67 |
| Hex | BE | D3 | 85 | A | 0 | 25 | 11 | 4C | 2F | 43 |
| Octal | 276 | 323 | 205 | 12 | 0 | 45 | 21 | 114 | 57 | 103 |
| Binary | 10111110 | 11010011 | 10000101 | 1010 | 0 | 100101 | 10001 | 1001100 | 101111 | 1000011 |
Color Harmonies of #BED385
Complementary color
Monochromatic Colors of #BED385
Black with #BED385
Text Example
Text Example
White with #BED385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED385; }
p { color: rgb(190,211,133); }
H1.HeaderClassName
{
color: #BED385;
}
.AnyTagClassName
{
color: #BED385;
}
</style>
background-color css
<style>
a { background-color: #BED385; }
a { background-color: rgb(190,211,133); }
div.DivClassName
{
background-color: #BED385;
}
.BgClassName
{
background-color: #BED385;
}
</style>
border-color css
<style>
span { border-color: #BED385; }
span { border-color: rgb(190,211,133); }
td.TdClassName
{
border-color: #BED385;
}
.TagClassName
{
border-color: #BED385;
}
</style>