Shades of Caper #BCD281
Tints of Caper #BCD281
RGB
CMYK
RGB Variations
Color information
#BCD281 (or 0xBCD281) is known color: Caper. HEX triplet: BC, D2 and 81. RGB value is (188,210,129). Sum of RGB (Red+Green+Blue) = 188+210+129=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD281 is #432D7E. Grayscale: #C2C2C2. Windows color (decimal): -4402559 or 8508092. OLE color: 8508092.
HSL color Cylindrical-coordinate representation of color #BCD281: hue angle of 76.3º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCD281 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 129 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.18 |
| HSL | 76.3º | 0.47% | 0.66% | - |
| HSV(B) | 76.3º | 0.39% | 0.82% | - |
| XYZ | 47.75 | 58.37 | 29.52 | - |
| YUV | 194.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 129 | 0.10 | 0 | 0.39 | 0.18 | 76.3 | 0.47 | 0.66 |
| Hex | BC | D2 | 81 | A | 0 | 27 | 12 | 4C | 2F | 42 |
| Octal | 274 | 322 | 201 | 12 | 0 | 47 | 22 | 114 | 57 | 102 |
| Binary | 10111100 | 11010010 | 10000001 | 1010 | 0 | 100111 | 10010 | 1001100 | 101111 | 1000010 |
Color Harmonies of #BCD281
Complementary color
Monochromatic Colors of #BCD281
Black with #BCD281
Text Example
Text Example
White with #BCD281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD281; }
p { color: rgb(188,210,129); }
H1.HeaderClassName
{
color: #BCD281;
}
.AnyTagClassName
{
color: #BCD281;
}
</style>
background-color css
<style>
a { background-color: #BCD281; }
a { background-color: rgb(188,210,129); }
div.DivClassName
{
background-color: #BCD281;
}
.BgClassName
{
background-color: #BCD281;
}
</style>
border-color css
<style>
span { border-color: #BCD281; }
span { border-color: rgb(188,210,129); }
td.TdClassName
{
border-color: #BCD281;
}
.TagClassName
{
border-color: #BCD281;
}
</style>