Shades of Caper #BED089
Tints of Caper #BED089
RGB
CMYK
RGB Variations
Color information
#BED089 (or 0xBED089) is known color: Caper. HEX triplet: BE, D0 and 89. RGB value is (190,208,137). Sum of RGB (Red+Green+Blue) = 190+208+137=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #BED089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED089 is #412F76. Grayscale: #C2C2C2. Windows color (decimal): -4271991 or 9031870. OLE color: 9031870.
HSL color Cylindrical-coordinate representation of color #BED089: hue angle of 75.21º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BED089 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 137 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.18 |
| HSL | 75.21º | 0.43% | 0.68% | - |
| HSV(B) | 75.21º | 0.34% | 0.82% | - |
| XYZ | 48.31 | 57.87 | 32.29 | - |
| YUV | 194.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 137 | 0.09 | 0 | 0.34 | 0.18 | 75.21 | 0.43 | 0.68 |
| Hex | BE | D0 | 89 | 9 | 0 | 22 | 12 | 4B | 2B | 44 |
| Octal | 276 | 320 | 211 | 11 | 0 | 42 | 22 | 113 | 53 | 104 |
| Binary | 10111110 | 11010000 | 10001001 | 1001 | 0 | 100010 | 10010 | 1001011 | 101011 | 1000100 |
Color Harmonies of #BED089
Complementary color
Monochromatic Colors of #BED089
Black with #BED089
Text Example
Text Example
White with #BED089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED089; }
p { color: rgb(190,208,137); }
H1.HeaderClassName
{
color: #BED089;
}
.AnyTagClassName
{
color: #BED089;
}
</style>
background-color css
<style>
a { background-color: #BED089; }
a { background-color: rgb(190,208,137); }
div.DivClassName
{
background-color: #BED089;
}
.BgClassName
{
background-color: #BED089;
}
</style>
border-color css
<style>
span { border-color: #BED089; }
span { border-color: rgb(190,208,137); }
td.TdClassName
{
border-color: #BED089;
}
.TagClassName
{
border-color: #BED089;
}
</style>