Shades of Caper #B8D681
Tints of Caper #B8D681
RGB
CMYK
RGB Variations
Color information
#B8D681 (or 0xB8D681) is known color: Caper. HEX triplet: B8, D6 and 81. RGB value is (184,214,129). Sum of RGB (Red+Green+Blue) = 184+214+129=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D681 is #47297E. Grayscale: #C3C3C3. Windows color (decimal): -4663679 or 8509112. OLE color: 8509112.
HSL color Cylindrical-coordinate representation of color #B8D681: hue angle of 81.18º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8D681 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 129 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.16 |
| HSL | 81.18º | 0.51% | 0.67% | - |
| HSV(B) | 81.18º | 0.4% | 0.84% | - |
| XYZ | 47.78 | 59.87 | 29.81 | - |
| YUV | 195.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 129 | 0.14 | 0 | 0.40 | 0.16 | 81.18 | 0.51 | 0.67 |
| Hex | B8 | D6 | 81 | E | 0 | 28 | 10 | 51 | 33 | 43 |
| Octal | 270 | 326 | 201 | 16 | 0 | 50 | 20 | 121 | 63 | 103 |
| Binary | 10111000 | 11010110 | 10000001 | 1110 | 0 | 101000 | 10000 | 1010001 | 110011 | 1000011 |
Color Harmonies of #B8D681
Complementary color
Monochromatic Colors of #B8D681
Black with #B8D681
Text Example
Text Example
White with #B8D681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D681; }
p { color: rgb(184,214,129); }
H1.HeaderClassName
{
color: #B8D681;
}
.AnyTagClassName
{
color: #B8D681;
}
</style>
background-color css
<style>
a { background-color: #B8D681; }
a { background-color: rgb(184,214,129); }
div.DivClassName
{
background-color: #B8D681;
}
.BgClassName
{
background-color: #B8D681;
}
</style>
border-color css
<style>
span { border-color: #B8D681; }
span { border-color: rgb(184,214,129); }
td.TdClassName
{
border-color: #B8D681;
}
.TagClassName
{
border-color: #B8D681;
}
</style>