Shades of Caper #BED482
Tints of Caper #BED482
RGB
CMYK
RGB Variations
Color information
#BED482 (or 0xBED482) is known color: Caper. HEX triplet: BE, D4 and 82. RGB value is (190,212,130). Sum of RGB (Red+Green+Blue) = 190+212+130=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #BED482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED482 is #412B7D. Grayscale: #C4C4C4. Windows color (decimal): -4270974 or 8574142. OLE color: 8574142.
HSL color Cylindrical-coordinate representation of color #BED482: hue angle of 76.1º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BED482 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 130 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.17 |
| HSL | 76.1º | 0.49% | 0.67% | - |
| HSV(B) | 76.1º | 0.39% | 0.83% | - |
| XYZ | 48.81 | 59.65 | 30.06 | - |
| YUV | 196.07 | 90.71 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 130 | 0.10 | 0 | 0.39 | 0.17 | 76.1 | 0.49 | 0.67 |
| Hex | BE | D4 | 82 | A | 0 | 27 | 11 | 4C | 31 | 43 |
| Octal | 276 | 324 | 202 | 12 | 0 | 47 | 21 | 114 | 61 | 103 |
| Binary | 10111110 | 11010100 | 10000010 | 1010 | 0 | 100111 | 10001 | 1001100 | 110001 | 1000011 |
Color Harmonies of #BED482
Complementary color
Monochromatic Colors of #BED482
Black with #BED482
Text Example
Text Example
White with #BED482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED482; }
p { color: rgb(190,212,130); }
H1.HeaderClassName
{
color: #BED482;
}
.AnyTagClassName
{
color: #BED482;
}
</style>
background-color css
<style>
a { background-color: #BED482; }
a { background-color: rgb(190,212,130); }
div.DivClassName
{
background-color: #BED482;
}
.BgClassName
{
background-color: #BED482;
}
</style>
border-color css
<style>
span { border-color: #BED482; }
span { border-color: rgb(190,212,130); }
td.TdClassName
{
border-color: #BED482;
}
.TagClassName
{
border-color: #BED482;
}
</style>