Shades of Caper #B7CC8B
Tints of Caper #B7CC8B
RGB
CMYK
RGB Variations
Color information
#B7CC8B (or 0xB7CC8B) is known color: Caper. HEX triplet: B7, CC and 8B. RGB value is (183,204,139). Sum of RGB (Red+Green+Blue) = 183+204+139=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CC8B is #483374. Grayscale: #BEBEBE. Windows color (decimal): -4731765 or 9161911. OLE color: 9161911.
HSL color Cylindrical-coordinate representation of color #B7CC8B: hue angle of 79.38º 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 #B7CC8B is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 139 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.2 |
| HSL | 79.38º | 0.39% | 0.67% | - |
| HSV(B) | 79.38º | 0.32% | 0.8% | - |
| XYZ | 45.78 | 55.12 | 32.65 | - |
| YUV | 190.31 | 99.04 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 139 | 0.10 | 0 | 0.32 | 0.2 | 79.38 | 0.39 | 0.67 |
| Hex | B7 | CC | 8B | A | 0 | 20 | 14 | 4F | 27 | 43 |
| Octal | 267 | 314 | 213 | 12 | 0 | 40 | 24 | 117 | 47 | 103 |
| Binary | 10110111 | 11001100 | 10001011 | 1010 | 0 | 100000 | 10100 | 1001111 | 100111 | 1000011 |
Color Harmonies of #B7CC8B
Complementary color
Monochromatic Colors of #B7CC8B
Black with #B7CC8B
Text Example
Text Example
White with #B7CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC8B; }
p { color: rgb(183,204,139); }
H1.HeaderClassName
{
color: #B7CC8B;
}
.AnyTagClassName
{
color: #B7CC8B;
}
</style>
background-color css
<style>
a { background-color: #B7CC8B; }
a { background-color: rgb(183,204,139); }
div.DivClassName
{
background-color: #B7CC8B;
}
.BgClassName
{
background-color: #B7CC8B;
}
</style>
border-color css
<style>
span { border-color: #B7CC8B; }
span { border-color: rgb(183,204,139); }
td.TdClassName
{
border-color: #B7CC8B;
}
.TagClassName
{
border-color: #B7CC8B;
}
</style>