Shades of Caper #BED382
Tints of Caper #BED382
RGB
CMYK
RGB Variations
Color information
#BED382 (or 0xBED382) is known color: Caper. HEX triplet: BE, D3 and 82. RGB value is (190,211,130). Sum of RGB (Red+Green+Blue) = 190+211+130=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #BED382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED382 is #412C7D. Grayscale: #C3C3C3. Windows color (decimal): -4271230 or 8573886. OLE color: 8573886.
HSL color Cylindrical-coordinate representation of color #BED382: hue angle of 75.56º 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 #BED382 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 130 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.17 |
| HSL | 75.56º | 0.48% | 0.67% | - |
| HSV(B) | 75.56º | 0.38% | 0.83% | - |
| XYZ | 48.56 | 59.15 | 29.98 | - |
| YUV | 195.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 130 | 0.10 | 0 | 0.38 | 0.17 | 75.56 | 0.48 | 0.67 |
| Hex | BE | D3 | 82 | A | 0 | 26 | 11 | 4C | 30 | 43 |
| Octal | 276 | 323 | 202 | 12 | 0 | 46 | 21 | 114 | 60 | 103 |
| Binary | 10111110 | 11010011 | 10000010 | 1010 | 0 | 100110 | 10001 | 1001100 | 110000 | 1000011 |
Color Harmonies of #BED382
Complementary color
Monochromatic Colors of #BED382
Black with #BED382
Text Example
Text Example
White with #BED382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED382; }
p { color: rgb(190,211,130); }
H1.HeaderClassName
{
color: #BED382;
}
.AnyTagClassName
{
color: #BED382;
}
</style>
background-color css
<style>
a { background-color: #BED382; }
a { background-color: rgb(190,211,130); }
div.DivClassName
{
background-color: #BED382;
}
.BgClassName
{
background-color: #BED382;
}
</style>
border-color css
<style>
span { border-color: #BED382; }
span { border-color: rgb(190,211,130); }
td.TdClassName
{
border-color: #BED382;
}
.TagClassName
{
border-color: #BED382;
}
</style>