Shades of Caper #B8CD8B
Tints of Caper #B8CD8B
RGB
CMYK
RGB Variations
Color information
#B8CD8B (or 0xB8CD8B) is known color: Caper. HEX triplet: B8, CD and 8B. RGB value is (184,205,139). Sum of RGB (Red+Green+Blue) = 184+205+139=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CD8B is #473274. Grayscale: #BFBFBF. Windows color (decimal): -4665973 or 9162168. OLE color: 9162168.
HSL color Cylindrical-coordinate representation of color #B8CD8B: hue angle of 79.09º 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 #B8CD8B is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 139 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.20 |
| HSL | 79.09º | 0.4% | 0.67% | - |
| HSV(B) | 79.09º | 0.32% | 0.8% | - |
| XYZ | 46.26 | 55.72 | 32.74 | - |
| YUV | 191.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 139 | 0.10 | 0 | 0.32 | 0.20 | 79.09 | 0.4 | 0.67 |
| Hex | B8 | CD | 8B | A | 0 | 20 | 14 | 4F | 28 | 43 |
| Octal | 270 | 315 | 213 | 12 | 0 | 40 | 24 | 117 | 50 | 103 |
| Binary | 10111000 | 11001101 | 10001011 | 1010 | 0 | 100000 | 10100 | 1001111 | 101000 | 1000011 |
Color Harmonies of #B8CD8B
Complementary color
Monochromatic Colors of #B8CD8B
Black with #B8CD8B
Text Example
Text Example
White with #B8CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CD8B; }
p { color: rgb(184,205,139); }
H1.HeaderClassName
{
color: #B8CD8B;
}
.AnyTagClassName
{
color: #B8CD8B;
}
</style>
background-color css
<style>
a { background-color: #B8CD8B; }
a { background-color: rgb(184,205,139); }
div.DivClassName
{
background-color: #B8CD8B;
}
.BgClassName
{
background-color: #B8CD8B;
}
</style>
border-color css
<style>
span { border-color: #B8CD8B; }
span { border-color: rgb(184,205,139); }
td.TdClassName
{
border-color: #B8CD8B;
}
.TagClassName
{
border-color: #B8CD8B;
}
</style>