Shades of Caper #B3CE88
Tints of Caper #B3CE88
RGB
CMYK
RGB Variations
Color information
#B3CE88 (or 0xB3CE88) is known color: Caper. HEX triplet: B3, CE and 88. RGB value is (179,206,136). Sum of RGB (Red+Green+Blue) = 179+206+136=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CE88 is #4C3177. Grayscale: #BEBEBE. Windows color (decimal): -4993400 or 8965811. OLE color: 8965811.
HSL color Cylindrical-coordinate representation of color #B3CE88: hue angle of 83.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3CE88 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 136 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.19 |
| HSL | 83.14º | 0.42% | 0.67% | - |
| HSV(B) | 83.14º | 0.34% | 0.81% | - |
| XYZ | 45.11 | 55.5 | 31.63 | - |
| YUV | 189.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 136 | 0.13 | 0 | 0.34 | 0.19 | 83.14 | 0.42 | 0.67 |
| Hex | B3 | CE | 88 | D | 0 | 22 | 13 | 53 | 2A | 43 |
| Octal | 263 | 316 | 210 | 15 | 0 | 42 | 23 | 123 | 52 | 103 |
| Binary | 10110011 | 11001110 | 10001000 | 1101 | 0 | 100010 | 10011 | 1010011 | 101010 | 1000011 |
Color Harmonies of #B3CE88
Complementary color
Monochromatic Colors of #B3CE88
Black with #B3CE88
Text Example
Text Example
White with #B3CE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CE88; }
p { color: rgb(179,206,136); }
H1.HeaderClassName
{
color: #B3CE88;
}
.AnyTagClassName
{
color: #B3CE88;
}
</style>
background-color css
<style>
a { background-color: #B3CE88; }
a { background-color: rgb(179,206,136); }
div.DivClassName
{
background-color: #B3CE88;
}
.BgClassName
{
background-color: #B3CE88;
}
</style>
border-color css
<style>
span { border-color: #B3CE88; }
span { border-color: rgb(179,206,136); }
td.TdClassName
{
border-color: #B3CE88;
}
.TagClassName
{
border-color: #B3CE88;
}
</style>