Shades of Caper #BED282
Tints of Caper #BED282
RGB
CMYK
RGB Variations
Color information
#BED282 (or 0xBED282) is known color: Caper. HEX triplet: BE, D2 and 82. RGB value is (190,210,130). Sum of RGB (Red+Green+Blue) = 190+210+130=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #BED282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED282 is #412D7D. Grayscale: #C3C3C3. Windows color (decimal): -4271486 or 8573630. OLE color: 8573630.
HSL color Cylindrical-coordinate representation of color #BED282: hue angle of 75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BED282 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 130 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.18 |
| HSL | 75º | 0.47% | 0.67% | - |
| HSV(B) | 75º | 0.38% | 0.82% | - |
| XYZ | 48.31 | 58.65 | 29.89 | - |
| YUV | 194.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 130 | 0.10 | 0 | 0.38 | 0.18 | 75 | 0.47 | 0.67 |
| Hex | BE | D2 | 82 | A | 0 | 26 | 12 | 4B | 2F | 43 |
| Octal | 276 | 322 | 202 | 12 | 0 | 46 | 22 | 113 | 57 | 103 |
| Binary | 10111110 | 11010010 | 10000010 | 1010 | 0 | 100110 | 10010 | 1001011 | 101111 | 1000011 |
Color Harmonies of #BED282
Complementary color
Monochromatic Colors of #BED282
Black with #BED282
Text Example
Text Example
White with #BED282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED282; }
p { color: rgb(190,210,130); }
H1.HeaderClassName
{
color: #BED282;
}
.AnyTagClassName
{
color: #BED282;
}
</style>
background-color css
<style>
a { background-color: #BED282; }
a { background-color: rgb(190,210,130); }
div.DivClassName
{
background-color: #BED282;
}
.BgClassName
{
background-color: #BED282;
}
</style>
border-color css
<style>
span { border-color: #BED282; }
span { border-color: rgb(190,210,130); }
td.TdClassName
{
border-color: #BED282;
}
.TagClassName
{
border-color: #BED282;
}
</style>