Shades of Caper #BED189
Tints of Caper #BED189
RGB
CMYK
RGB Variations
Color information
#BED189 (or 0xBED189) is known color: Caper. HEX triplet: BE, D1 and 89. RGB value is (190,209,137). Sum of RGB (Red+Green+Blue) = 190+209+137=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #BED189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED189 is #412E76. Grayscale: #C3C3C3. Windows color (decimal): -4271735 or 9032126. OLE color: 9032126.
HSL color Cylindrical-coordinate representation of color #BED189: hue angle of 75.83º degrees, saturation: 0.44, 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 #BED189 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 137 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.18 |
| HSL | 75.83º | 0.44% | 0.68% | - |
| HSV(B) | 75.83º | 0.34% | 0.82% | - |
| XYZ | 48.55 | 58.35 | 32.37 | - |
| YUV | 195.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 137 | 0.09 | 0 | 0.34 | 0.18 | 75.83 | 0.44 | 0.68 |
| Hex | BE | D1 | 89 | 9 | 0 | 22 | 12 | 4C | 2C | 44 |
| Octal | 276 | 321 | 211 | 11 | 0 | 42 | 22 | 114 | 54 | 104 |
| Binary | 10111110 | 11010001 | 10001001 | 1001 | 0 | 100010 | 10010 | 1001100 | 101100 | 1000100 |
Color Harmonies of #BED189
Complementary color
Monochromatic Colors of #BED189
Black with #BED189
Text Example
Text Example
White with #BED189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED189; }
p { color: rgb(190,209,137); }
H1.HeaderClassName
{
color: #BED189;
}
.AnyTagClassName
{
color: #BED189;
}
</style>
background-color css
<style>
a { background-color: #BED189; }
a { background-color: rgb(190,209,137); }
div.DivClassName
{
background-color: #BED189;
}
.BgClassName
{
background-color: #BED189;
}
</style>
border-color css
<style>
span { border-color: #BED189; }
span { border-color: rgb(190,209,137); }
td.TdClassName
{
border-color: #BED189;
}
.TagClassName
{
border-color: #BED189;
}
</style>