Shades of Caper #BCCD7E
Tints of Caper #BCCD7E
RGB
CMYK
RGB Variations
Color information
#BCCD7E (or 0xBCCD7E) is known color: Caper. HEX triplet: BC, CD and 7E. RGB value is (188,205,126). Sum of RGB (Red+Green+Blue) = 188+205+126=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD7E is #433281. Grayscale: #BFBFBF. Windows color (decimal): -4403842 or 8310204. OLE color: 8310204.
HSL color Cylindrical-coordinate representation of color #BCCD7E: hue angle of 72.91º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCCD7E is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 126 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.20 |
| HSL | 72.91º | 0.44% | 0.65% | - |
| HSV(B) | 72.91º | 0.39% | 0.8% | - |
| XYZ | 46.34 | 55.86 | 28.08 | - |
| YUV | 190.91 | 91.37 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 126 | 0.08 | 0 | 0.39 | 0.20 | 72.91 | 0.44 | 0.65 |
| Hex | BC | CD | 7E | 8 | 0 | 27 | 14 | 49 | 2C | 41 |
| Octal | 274 | 315 | 176 | 10 | 0 | 47 | 24 | 111 | 54 | 101 |
| Binary | 10111100 | 11001101 | 1111110 | 1000 | 0 | 100111 | 10100 | 1001001 | 101100 | 1000001 |
Color Harmonies of #BCCD7E
Complementary color
Monochromatic Colors of #BCCD7E
Black with #BCCD7E
Text Example
Text Example
White with #BCCD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD7E; }
p { color: rgb(188,205,126); }
H1.HeaderClassName
{
color: #BCCD7E;
}
.AnyTagClassName
{
color: #BCCD7E;
}
</style>
background-color css
<style>
a { background-color: #BCCD7E; }
a { background-color: rgb(188,205,126); }
div.DivClassName
{
background-color: #BCCD7E;
}
.BgClassName
{
background-color: #BCCD7E;
}
</style>
border-color css
<style>
span { border-color: #BCCD7E; }
span { border-color: rgb(188,205,126); }
td.TdClassName
{
border-color: #BCCD7E;
}
.TagClassName
{
border-color: #BCCD7E;
}
</style>