Shades of Caper #BCD27B
Tints of Caper #BCD27B
RGB
CMYK
RGB Variations
Color information
#BCD27B (or 0xBCD27B) is known color: Caper. HEX triplet: BC, D2 and 7B. RGB value is (188,210,123). Sum of RGB (Red+Green+Blue) = 188+210+123=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD27B is #432D84. Grayscale: #C1C1C1. Windows color (decimal): -4402565 or 8114876. OLE color: 8114876.
HSL color Cylindrical-coordinate representation of color #BCD27B: hue angle of 75.17º degrees, saturation: 0.49, 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 #BCD27B is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 123 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.18 |
| HSL | 75.17º | 0.49% | 0.65% | - |
| HSV(B) | 75.17º | 0.41% | 0.82% | - |
| XYZ | 47.36 | 58.21 | 27.48 | - |
| YUV | 193.5 | 88.21 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 123 | 0.10 | 0 | 0.41 | 0.18 | 75.17 | 0.49 | 0.65 |
| Hex | BC | D2 | 7B | A | 0 | 29 | 12 | 4B | 31 | 41 |
| Octal | 274 | 322 | 173 | 12 | 0 | 51 | 22 | 113 | 61 | 101 |
| Binary | 10111100 | 11010010 | 1111011 | 1010 | 0 | 101001 | 10010 | 1001011 | 110001 | 1000001 |
Color Harmonies of #BCD27B
Complementary color
Monochromatic Colors of #BCD27B
Black with #BCD27B
Text Example
Text Example
White with #BCD27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD27B; }
p { color: rgb(188,210,123); }
H1.HeaderClassName
{
color: #BCD27B;
}
.AnyTagClassName
{
color: #BCD27B;
}
</style>
background-color css
<style>
a { background-color: #BCD27B; }
a { background-color: rgb(188,210,123); }
div.DivClassName
{
background-color: #BCD27B;
}
.BgClassName
{
background-color: #BCD27B;
}
</style>
border-color css
<style>
span { border-color: #BCD27B; }
span { border-color: rgb(188,210,123); }
td.TdClassName
{
border-color: #BCD27B;
}
.TagClassName
{
border-color: #BCD27B;
}
</style>