Shades of Caper #BED285
Tints of Caper #BED285
RGB
CMYK
RGB Variations
Color information
#BED285 (or 0xBED285) is known color: Caper. HEX triplet: BE, D2 and 85. RGB value is (190,210,133). Sum of RGB (Red+Green+Blue) = 190+210+133=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #BED285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED285 is #412D7A. Grayscale: #C3C3C3. Windows color (decimal): -4271483 or 8770238. OLE color: 8770238.
HSL color Cylindrical-coordinate representation of color #BED285: hue angle of 75.58º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BED285 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 133 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.18 |
| HSL | 75.58º | 0.46% | 0.67% | - |
| HSV(B) | 75.58º | 0.37% | 0.82% | - |
| XYZ | 48.52 | 58.73 | 30.97 | - |
| YUV | 195.24 | 92.87 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 133 | 0.10 | 0 | 0.37 | 0.18 | 75.58 | 0.46 | 0.67 |
| Hex | BE | D2 | 85 | A | 0 | 25 | 12 | 4C | 2E | 43 |
| Octal | 276 | 322 | 205 | 12 | 0 | 45 | 22 | 114 | 56 | 103 |
| Binary | 10111110 | 11010010 | 10000101 | 1010 | 0 | 100101 | 10010 | 1001100 | 101110 | 1000011 |
Color Harmonies of #BED285
Complementary color
Monochromatic Colors of #BED285
Black with #BED285
Text Example
Text Example
White with #BED285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED285; }
p { color: rgb(190,210,133); }
H1.HeaderClassName
{
color: #BED285;
}
.AnyTagClassName
{
color: #BED285;
}
</style>
background-color css
<style>
a { background-color: #BED285; }
a { background-color: rgb(190,210,133); }
div.DivClassName
{
background-color: #BED285;
}
.BgClassName
{
background-color: #BED285;
}
</style>
border-color css
<style>
span { border-color: #BED285; }
span { border-color: rgb(190,210,133); }
td.TdClassName
{
border-color: #BED285;
}
.TagClassName
{
border-color: #BED285;
}
</style>