Shades of Caper #BED283
Tints of Caper #BED283
RGB
CMYK
RGB Variations
Color information
#BED283 (or 0xBED283) is known color: Caper. HEX triplet: BE, D2 and 83. RGB value is (190,210,131). Sum of RGB (Red+Green+Blue) = 190+210+131=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #BED283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED283 is #412D7C. Grayscale: #C3C3C3. Windows color (decimal): -4271485 or 8639166. OLE color: 8639166.
HSL color Cylindrical-coordinate representation of color #BED283: hue angle of 75.19º 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 #BED283 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 131 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.18 |
| HSL | 75.19º | 0.47% | 0.67% | - |
| HSV(B) | 75.19º | 0.38% | 0.82% | - |
| XYZ | 48.38 | 58.68 | 30.25 | - |
| YUV | 195.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 131 | 0.10 | 0 | 0.38 | 0.18 | 75.19 | 0.47 | 0.67 |
| Hex | BE | D2 | 83 | A | 0 | 26 | 12 | 4B | 2F | 43 |
| Octal | 276 | 322 | 203 | 12 | 0 | 46 | 22 | 113 | 57 | 103 |
| Binary | 10111110 | 11010010 | 10000011 | 1010 | 0 | 100110 | 10010 | 1001011 | 101111 | 1000011 |
Color Harmonies of #BED283
Complementary color
Monochromatic Colors of #BED283
Black with #BED283
Text Example
Text Example
White with #BED283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED283; }
p { color: rgb(190,210,131); }
H1.HeaderClassName
{
color: #BED283;
}
.AnyTagClassName
{
color: #BED283;
}
</style>
background-color css
<style>
a { background-color: #BED283; }
a { background-color: rgb(190,210,131); }
div.DivClassName
{
background-color: #BED283;
}
.BgClassName
{
background-color: #BED283;
}
</style>
border-color css
<style>
span { border-color: #BED283; }
span { border-color: rgb(190,210,131); }
td.TdClassName
{
border-color: #BED283;
}
.TagClassName
{
border-color: #BED283;
}
</style>