Shades of Caper #B4CD8B
Tints of Caper #B4CD8B
RGB
CMYK
RGB Variations
Color information
#B4CD8B (or 0xB4CD8B) is known color: Caper. HEX triplet: B4, CD and 8B. RGB value is (180,205,139). Sum of RGB (Red+Green+Blue) = 180+205+139=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CD8B is #4B3274. Grayscale: #BEBEBE. Windows color (decimal): -4928117 or 9162164. OLE color: 9162164.
HSL color Cylindrical-coordinate representation of color #B4CD8B: hue angle of 82.73º degrees, saturation: 0.4, 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 #B4CD8B is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 205 | 139 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.20 |
| HSL | 82.73º | 0.4% | 0.67% | - |
| HSV(B) | 82.73º | 0.32% | 0.8% | - |
| XYZ | 45.31 | 55.23 | 32.7 | - |
| YUV | 190 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 205 | 139 | 0.12 | 0 | 0.32 | 0.20 | 82.73 | 0.4 | 0.67 |
| Hex | B4 | CD | 8B | C | 0 | 20 | 14 | 53 | 28 | 43 |
| Octal | 264 | 315 | 213 | 14 | 0 | 40 | 24 | 123 | 50 | 103 |
| Binary | 10110100 | 11001101 | 10001011 | 1100 | 0 | 100000 | 10100 | 1010011 | 101000 | 1000011 |
Color Harmonies of #B4CD8B
Complementary color
Monochromatic Colors of #B4CD8B
Black with #B4CD8B
Text Example
Text Example
White with #B4CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CD8B; }
p { color: rgb(180,205,139); }
H1.HeaderClassName
{
color: #B4CD8B;
}
.AnyTagClassName
{
color: #B4CD8B;
}
</style>
background-color css
<style>
a { background-color: #B4CD8B; }
a { background-color: rgb(180,205,139); }
div.DivClassName
{
background-color: #B4CD8B;
}
.BgClassName
{
background-color: #B4CD8B;
}
</style>
border-color css
<style>
span { border-color: #B4CD8B; }
span { border-color: rgb(180,205,139); }
td.TdClassName
{
border-color: #B4CD8B;
}
.TagClassName
{
border-color: #B4CD8B;
}
</style>