Shades of Caper #BCCC8C
Tints of Caper #BCCC8C
RGB
CMYK
RGB Variations
Color information
#BCCC8C (or 0xBCCC8C) is known color: Caper. HEX triplet: BC, CC and 8C. RGB value is (188,204,140). Sum of RGB (Red+Green+Blue) = 188+204+140=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC8C is #433373. Grayscale: #C0C0C0. Windows color (decimal): -4404084 or 9227452. OLE color: 9227452.
HSL color Cylindrical-coordinate representation of color #BCCC8C: hue angle of 75º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCCC8C is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 140 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.2 |
| HSL | 75º | 0.39% | 0.67% | - |
| HSV(B) | 75º | 0.31% | 0.8% | - |
| XYZ | 47.07 | 55.77 | 33.1 | - |
| YUV | 191.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 140 | 0.08 | 0 | 0.31 | 0.2 | 75 | 0.39 | 0.67 |
| Hex | BC | CC | 8C | 8 | 0 | 1F | 14 | 4B | 27 | 43 |
| Octal | 274 | 314 | 214 | 10 | 0 | 37 | 24 | 113 | 47 | 103 |
| Binary | 10111100 | 11001100 | 10001100 | 1000 | 0 | 11111 | 10100 | 1001011 | 100111 | 1000011 |
Color Harmonies of #BCCC8C
Complementary color
Monochromatic Colors of #BCCC8C
Black with #BCCC8C
Text Example
Text Example
White with #BCCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC8C; }
p { color: rgb(188,204,140); }
H1.HeaderClassName
{
color: #BCCC8C;
}
.AnyTagClassName
{
color: #BCCC8C;
}
</style>
background-color css
<style>
a { background-color: #BCCC8C; }
a { background-color: rgb(188,204,140); }
div.DivClassName
{
background-color: #BCCC8C;
}
.BgClassName
{
background-color: #BCCC8C;
}
</style>
border-color css
<style>
span { border-color: #BCCC8C; }
span { border-color: rgb(188,204,140); }
td.TdClassName
{
border-color: #BCCC8C;
}
.TagClassName
{
border-color: #BCCC8C;
}
</style>