Shades of Caper #B2CE8A
Tints of Caper #B2CE8A
RGB
CMYK
RGB Variations
Color information
#B2CE8A (or 0xB2CE8A) is known color: Caper. HEX triplet: B2, CE and 8A. RGB value is (178,206,138). Sum of RGB (Red+Green+Blue) = 178+206+138=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CE8A is #4D3175. Grayscale: #BEBEBE. Windows color (decimal): -5058934 or 9096882. OLE color: 9096882.
HSL color Cylindrical-coordinate representation of color #B2CE8A: hue angle of 84.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2CE8A is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 138 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.19 |
| HSL | 84.71º | 0.41% | 0.67% | - |
| HSV(B) | 84.71º | 0.33% | 0.81% | - |
| XYZ | 45.02 | 55.44 | 32.37 | - |
| YUV | 189.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 138 | 0.14 | 0 | 0.33 | 0.19 | 84.71 | 0.41 | 0.67 |
| Hex | B2 | CE | 8A | E | 0 | 21 | 13 | 55 | 29 | 43 |
| Octal | 262 | 316 | 212 | 16 | 0 | 41 | 23 | 125 | 51 | 103 |
| Binary | 10110010 | 11001110 | 10001010 | 1110 | 0 | 100001 | 10011 | 1010101 | 101001 | 1000011 |
Color Harmonies of #B2CE8A
Complementary color
Monochromatic Colors of #B2CE8A
Black with #B2CE8A
Text Example
Text Example
White with #B2CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE8A; }
p { color: rgb(178,206,138); }
H1.HeaderClassName
{
color: #B2CE8A;
}
.AnyTagClassName
{
color: #B2CE8A;
}
</style>
background-color css
<style>
a { background-color: #B2CE8A; }
a { background-color: rgb(178,206,138); }
div.DivClassName
{
background-color: #B2CE8A;
}
.BgClassName
{
background-color: #B2CE8A;
}
</style>
border-color css
<style>
span { border-color: #B2CE8A; }
span { border-color: rgb(178,206,138); }
td.TdClassName
{
border-color: #B2CE8A;
}
.TagClassName
{
border-color: #B2CE8A;
}
</style>