Shades of Caper #BCD17B
Tints of Caper #BCD17B
RGB
CMYK
RGB Variations
Color information
#BCD17B (or 0xBCD17B) is known color: Caper. HEX triplet: BC, D1 and 7B. RGB value is (188,209,123). Sum of RGB (Red+Green+Blue) = 188+209+123=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD17B is #432E84. Grayscale: #C1C1C1. Windows color (decimal): -4402821 or 8114620. OLE color: 8114620.
HSL color Cylindrical-coordinate representation of color #BCD17B: hue angle of 74.65º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCD17B is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 123 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.18 |
| HSL | 74.65º | 0.48% | 0.65% | - |
| HSV(B) | 74.65º | 0.41% | 0.82% | - |
| XYZ | 47.11 | 57.72 | 27.4 | - |
| YUV | 192.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 123 | 0.10 | 0 | 0.41 | 0.18 | 74.65 | 0.48 | 0.65 |
| Hex | BC | D1 | 7B | A | 0 | 29 | 12 | 4B | 30 | 41 |
| Octal | 274 | 321 | 173 | 12 | 0 | 51 | 22 | 113 | 60 | 101 |
| Binary | 10111100 | 11010001 | 1111011 | 1010 | 0 | 101001 | 10010 | 1001011 | 110000 | 1000001 |
Color Harmonies of #BCD17B
Complementary color
Monochromatic Colors of #BCD17B
Black with #BCD17B
Text Example
Text Example
White with #BCD17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD17B; }
p { color: rgb(188,209,123); }
H1.HeaderClassName
{
color: #BCD17B;
}
.AnyTagClassName
{
color: #BCD17B;
}
</style>
background-color css
<style>
a { background-color: #BCD17B; }
a { background-color: rgb(188,209,123); }
div.DivClassName
{
background-color: #BCD17B;
}
.BgClassName
{
background-color: #BCD17B;
}
</style>
border-color css
<style>
span { border-color: #BCD17B; }
span { border-color: rgb(188,209,123); }
td.TdClassName
{
border-color: #BCD17B;
}
.TagClassName
{
border-color: #BCD17B;
}
</style>