Shades of Caper #BCCC83
Tints of Caper #BCCC83
RGB
CMYK
RGB Variations
Color information
#BCCC83 (or 0xBCCC83) is known color: Caper. HEX triplet: BC, CC and 83. RGB value is (188,204,131). Sum of RGB (Red+Green+Blue) = 188+204+131=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC83 is #43337C. Grayscale: #BFBFBF. Windows color (decimal): -4404093 or 8637628. OLE color: 8637628.
HSL color Cylindrical-coordinate representation of color #BCCC83: hue angle of 73.15º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCCC83 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 131 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.2 |
| HSL | 73.15º | 0.42% | 0.66% | - |
| HSV(B) | 73.15º | 0.36% | 0.8% | - |
| XYZ | 46.43 | 55.52 | 29.74 | - |
| YUV | 190.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 131 | 0.08 | 0 | 0.36 | 0.2 | 73.15 | 0.42 | 0.66 |
| Hex | BC | CC | 83 | 8 | 0 | 24 | 14 | 49 | 2A | 42 |
| Octal | 274 | 314 | 203 | 10 | 0 | 44 | 24 | 111 | 52 | 102 |
| Binary | 10111100 | 11001100 | 10000011 | 1000 | 0 | 100100 | 10100 | 1001001 | 101010 | 1000010 |
Color Harmonies of #BCCC83
Complementary color
Monochromatic Colors of #BCCC83
Black with #BCCC83
Text Example
Text Example
White with #BCCC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC83; }
p { color: rgb(188,204,131); }
H1.HeaderClassName
{
color: #BCCC83;
}
.AnyTagClassName
{
color: #BCCC83;
}
</style>
background-color css
<style>
a { background-color: #BCCC83; }
a { background-color: rgb(188,204,131); }
div.DivClassName
{
background-color: #BCCC83;
}
.BgClassName
{
background-color: #BCCC83;
}
</style>
border-color css
<style>
span { border-color: #BCCC83; }
span { border-color: rgb(188,204,131); }
td.TdClassName
{
border-color: #BCCC83;
}
.TagClassName
{
border-color: #BCCC83;
}
</style>