Shades of Caper #BED484
Tints of Caper #BED484
RGB
CMYK
RGB Variations
Color information
#BED484 (or 0xBED484) is known color: Caper. HEX triplet: BE, D4 and 84. RGB value is (190,212,132). Sum of RGB (Red+Green+Blue) = 190+212+132=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #BED484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED484 is #412B7B. Grayscale: #C4C4C4. Windows color (decimal): -4270972 or 8705214. OLE color: 8705214.
HSL color Cylindrical-coordinate representation of color #BED484: hue angle of 76.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BED484 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 132 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.17 |
| HSL | 76.5º | 0.48% | 0.67% | - |
| HSV(B) | 76.5º | 0.38% | 0.83% | - |
| XYZ | 48.94 | 59.7 | 30.77 | - |
| YUV | 196.3 | 91.71 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 132 | 0.10 | 0 | 0.38 | 0.17 | 76.5 | 0.48 | 0.67 |
| Hex | BE | D4 | 84 | A | 0 | 26 | 11 | 4C | 30 | 43 |
| Octal | 276 | 324 | 204 | 12 | 0 | 46 | 21 | 114 | 60 | 103 |
| Binary | 10111110 | 11010100 | 10000100 | 1010 | 0 | 100110 | 10001 | 1001100 | 110000 | 1000011 |
Color Harmonies of #BED484
Complementary color
Monochromatic Colors of #BED484
Black with #BED484
Text Example
Text Example
White with #BED484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED484; }
p { color: rgb(190,212,132); }
H1.HeaderClassName
{
color: #BED484;
}
.AnyTagClassName
{
color: #BED484;
}
</style>
background-color css
<style>
a { background-color: #BED484; }
a { background-color: rgb(190,212,132); }
div.DivClassName
{
background-color: #BED484;
}
.BgClassName
{
background-color: #BED484;
}
</style>
border-color css
<style>
span { border-color: #BED484; }
span { border-color: rgb(190,212,132); }
td.TdClassName
{
border-color: #BED484;
}
.TagClassName
{
border-color: #BED484;
}
</style>