Shades of Caper #BED183
Tints of Caper #BED183
RGB
CMYK
RGB Variations
Color information
#BED183 (or 0xBED183) is known color: Caper. HEX triplet: BE, D1 and 83. RGB value is (190,209,131). Sum of RGB (Red+Green+Blue) = 190+209+131=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #BED183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED183 is #412E7C. Grayscale: #C2C2C2. Windows color (decimal): -4271741 or 8638910. OLE color: 8638910.
HSL color Cylindrical-coordinate representation of color #BED183: hue angle of 74.62º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BED183 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 131 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.18 |
| HSL | 74.62º | 0.46% | 0.67% | - |
| HSV(B) | 74.62º | 0.37% | 0.82% | - |
| XYZ | 48.13 | 58.19 | 30.17 | - |
| YUV | 194.43 | 92.21 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 131 | 0.09 | 0 | 0.37 | 0.18 | 74.62 | 0.46 | 0.67 |
| Hex | BE | D1 | 83 | 9 | 0 | 25 | 12 | 4B | 2E | 43 |
| Octal | 276 | 321 | 203 | 11 | 0 | 45 | 22 | 113 | 56 | 103 |
| Binary | 10111110 | 11010001 | 10000011 | 1001 | 0 | 100101 | 10010 | 1001011 | 101110 | 1000011 |
Color Harmonies of #BED183
Complementary color
Monochromatic Colors of #BED183
Black with #BED183
Text Example
Text Example
White with #BED183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED183; }
p { color: rgb(190,209,131); }
H1.HeaderClassName
{
color: #BED183;
}
.AnyTagClassName
{
color: #BED183;
}
</style>
background-color css
<style>
a { background-color: #BED183; }
a { background-color: rgb(190,209,131); }
div.DivClassName
{
background-color: #BED183;
}
.BgClassName
{
background-color: #BED183;
}
</style>
border-color css
<style>
span { border-color: #BED183; }
span { border-color: rgb(190,209,131); }
td.TdClassName
{
border-color: #BED183;
}
.TagClassName
{
border-color: #BED183;
}
</style>