Shades of Caper #BCD182
Tints of Caper #BCD182
RGB
CMYK
RGB Variations
Color information
#BCD182 (or 0xBCD182) is known color: Caper. HEX triplet: BC, D1 and 82. RGB value is (188,209,130). Sum of RGB (Red+Green+Blue) = 188+209+130=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD182 is #432E7D. Grayscale: #C2C2C2. Windows color (decimal): -4402814 or 8573372. OLE color: 8573372.
HSL color Cylindrical-coordinate representation of color #BCD182: hue angle of 75.95º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCD182 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 130 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.18 |
| HSL | 75.95º | 0.46% | 0.66% | - |
| HSV(B) | 75.95º | 0.38% | 0.82% | - |
| XYZ | 47.57 | 57.9 | 29.79 | - |
| YUV | 193.72 | 92.04 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 130 | 0.10 | 0 | 0.38 | 0.18 | 75.95 | 0.46 | 0.66 |
| Hex | BC | D1 | 82 | A | 0 | 26 | 12 | 4C | 2E | 42 |
| Octal | 274 | 321 | 202 | 12 | 0 | 46 | 22 | 114 | 56 | 102 |
| Binary | 10111100 | 11010001 | 10000010 | 1010 | 0 | 100110 | 10010 | 1001100 | 101110 | 1000010 |
Color Harmonies of #BCD182
Complementary color
Monochromatic Colors of #BCD182
Black with #BCD182
Text Example
Text Example
White with #BCD182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD182; }
p { color: rgb(188,209,130); }
H1.HeaderClassName
{
color: #BCD182;
}
.AnyTagClassName
{
color: #BCD182;
}
</style>
background-color css
<style>
a { background-color: #BCD182; }
a { background-color: rgb(188,209,130); }
div.DivClassName
{
background-color: #BCD182;
}
.BgClassName
{
background-color: #BCD182;
}
</style>
border-color css
<style>
span { border-color: #BCD182; }
span { border-color: rgb(188,209,130); }
td.TdClassName
{
border-color: #BCD182;
}
.TagClassName
{
border-color: #BCD182;
}
</style>