Shades of Caper #BCCC8B
Tints of Caper #BCCC8B
RGB
CMYK
RGB Variations
Color information
#BCCC8B (or 0xBCCC8B) is known color: Caper. HEX triplet: BC, CC and 8B. RGB value is (188,204,139). Sum of RGB (Red+Green+Blue) = 188+204+139=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC8B is #433374. Grayscale: #C0C0C0. Windows color (decimal): -4404085 or 9161916. OLE color: 9161916.
HSL color Cylindrical-coordinate representation of color #BCCC8B: hue angle of 74.77º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCCC8B is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 139 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.2 |
| HSL | 74.77º | 0.39% | 0.67% | - |
| HSV(B) | 74.77º | 0.32% | 0.8% | - |
| XYZ | 46.99 | 55.74 | 32.71 | - |
| YUV | 191.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 139 | 0.08 | 0 | 0.32 | 0.2 | 74.77 | 0.39 | 0.67 |
| Hex | BC | CC | 8B | 8 | 0 | 20 | 14 | 4B | 27 | 43 |
| Octal | 274 | 314 | 213 | 10 | 0 | 40 | 24 | 113 | 47 | 103 |
| Binary | 10111100 | 11001100 | 10001011 | 1000 | 0 | 100000 | 10100 | 1001011 | 100111 | 1000011 |
Color Harmonies of #BCCC8B
Complementary color
Monochromatic Colors of #BCCC8B
Black with #BCCC8B
Text Example
Text Example
White with #BCCC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC8B; }
p { color: rgb(188,204,139); }
H1.HeaderClassName
{
color: #BCCC8B;
}
.AnyTagClassName
{
color: #BCCC8B;
}
</style>
background-color css
<style>
a { background-color: #BCCC8B; }
a { background-color: rgb(188,204,139); }
div.DivClassName
{
background-color: #BCCC8B;
}
.BgClassName
{
background-color: #BCCC8B;
}
</style>
border-color css
<style>
span { border-color: #BCCC8B; }
span { border-color: rgb(188,204,139); }
td.TdClassName
{
border-color: #BCCC8B;
}
.TagClassName
{
border-color: #BCCC8B;
}
</style>