Shades of Caper #B5CE8B
Tints of Caper #B5CE8B
RGB
CMYK
RGB Variations
Color information
#B5CE8B (or 0xB5CE8B) is known color: Caper. HEX triplet: B5, CE and 8B. RGB value is (181,206,139). Sum of RGB (Red+Green+Blue) = 181+206+139=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CE8B is #4A3174. Grayscale: #BFBFBF. Windows color (decimal): -4862325 or 9162421. OLE color: 9162421.
HSL color Cylindrical-coordinate representation of color #B5CE8B: hue angle of 82.39º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5CE8B is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 139 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.19 |
| HSL | 82.39º | 0.41% | 0.68% | - |
| HSV(B) | 82.39º | 0.33% | 0.81% | - |
| XYZ | 45.79 | 55.83 | 32.79 | - |
| YUV | 190.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 139 | 0.12 | 0 | 0.33 | 0.19 | 82.39 | 0.41 | 0.68 |
| Hex | B5 | CE | 8B | C | 0 | 21 | 13 | 52 | 29 | 44 |
| Octal | 265 | 316 | 213 | 14 | 0 | 41 | 23 | 122 | 51 | 104 |
| Binary | 10110101 | 11001110 | 10001011 | 1100 | 0 | 100001 | 10011 | 1010010 | 101001 | 1000100 |
Color Harmonies of #B5CE8B
Complementary color
Monochromatic Colors of #B5CE8B
Black with #B5CE8B
Text Example
Text Example
White with #B5CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE8B; }
p { color: rgb(181,206,139); }
H1.HeaderClassName
{
color: #B5CE8B;
}
.AnyTagClassName
{
color: #B5CE8B;
}
</style>
background-color css
<style>
a { background-color: #B5CE8B; }
a { background-color: rgb(181,206,139); }
div.DivClassName
{
background-color: #B5CE8B;
}
.BgClassName
{
background-color: #B5CE8B;
}
</style>
border-color css
<style>
span { border-color: #B5CE8B; }
span { border-color: rgb(181,206,139); }
td.TdClassName
{
border-color: #B5CE8B;
}
.TagClassName
{
border-color: #B5CE8B;
}
</style>