Shades of Caper #B8CD8A
Tints of Caper #B8CD8A
RGB
CMYK
RGB Variations
Color information
#B8CD8A (or 0xB8CD8A) is known color: Caper. HEX triplet: B8, CD and 8A. RGB value is (184,205,138). Sum of RGB (Red+Green+Blue) = 184+205+138=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CD8A is #473275. Grayscale: #BFBFBF. Windows color (decimal): -4665974 or 9096632. OLE color: 9096632.
HSL color Cylindrical-coordinate representation of color #B8CD8A: hue angle of 78.81º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8CD8A is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 138 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.20 |
| HSL | 78.81º | 0.4% | 0.67% | - |
| HSV(B) | 78.81º | 0.33% | 0.8% | - |
| XYZ | 46.19 | 55.69 | 32.36 | - |
| YUV | 191.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 138 | 0.10 | 0 | 0.33 | 0.20 | 78.81 | 0.4 | 0.67 |
| Hex | B8 | CD | 8A | A | 0 | 21 | 14 | 4F | 28 | 43 |
| Octal | 270 | 315 | 212 | 12 | 0 | 41 | 24 | 117 | 50 | 103 |
| Binary | 10111000 | 11001101 | 10001010 | 1010 | 0 | 100001 | 10100 | 1001111 | 101000 | 1000011 |
Color Harmonies of #B8CD8A
Complementary color
Monochromatic Colors of #B8CD8A
Black with #B8CD8A
Text Example
Text Example
White with #B8CD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CD8A; }
p { color: rgb(184,205,138); }
H1.HeaderClassName
{
color: #B8CD8A;
}
.AnyTagClassName
{
color: #B8CD8A;
}
</style>
background-color css
<style>
a { background-color: #B8CD8A; }
a { background-color: rgb(184,205,138); }
div.DivClassName
{
background-color: #B8CD8A;
}
.BgClassName
{
background-color: #B8CD8A;
}
</style>
border-color css
<style>
span { border-color: #B8CD8A; }
span { border-color: rgb(184,205,138); }
td.TdClassName
{
border-color: #B8CD8A;
}
.TagClassName
{
border-color: #B8CD8A;
}
</style>