Shades of Caper #B2CF8A
Tints of Caper #B2CF8A
RGB
CMYK
RGB Variations
Color information
#B2CF8A (or 0xB2CF8A) is known color: Caper. HEX triplet: B2, CF and 8A. RGB value is (178,207,138). Sum of RGB (Red+Green+Blue) = 178+207+138=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CF8A is #4D3075. Grayscale: #BEBEBE. Windows color (decimal): -5058678 or 9097138. OLE color: 9097138.
HSL color Cylindrical-coordinate representation of color #B2CF8A: hue angle of 85.22º degrees, saturation: 0.42, 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 #B2CF8A is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 138 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.19 |
| HSL | 85.22º | 0.42% | 0.68% | - |
| HSV(B) | 85.22º | 0.33% | 0.81% | - |
| XYZ | 45.26 | 55.93 | 32.45 | - |
| YUV | 190.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 138 | 0.14 | 0 | 0.33 | 0.19 | 85.22 | 0.42 | 0.68 |
| Hex | B2 | CF | 8A | E | 0 | 21 | 13 | 55 | 2A | 44 |
| Octal | 262 | 317 | 212 | 16 | 0 | 41 | 23 | 125 | 52 | 104 |
| Binary | 10110010 | 11001111 | 10001010 | 1110 | 0 | 100001 | 10011 | 1010101 | 101010 | 1000100 |
Color Harmonies of #B2CF8A
Complementary color
Monochromatic Colors of #B2CF8A
Black with #B2CF8A
Text Example
Text Example
White with #B2CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF8A; }
p { color: rgb(178,207,138); }
H1.HeaderClassName
{
color: #B2CF8A;
}
.AnyTagClassName
{
color: #B2CF8A;
}
</style>
background-color css
<style>
a { background-color: #B2CF8A; }
a { background-color: rgb(178,207,138); }
div.DivClassName
{
background-color: #B2CF8A;
}
.BgClassName
{
background-color: #B2CF8A;
}
</style>
border-color css
<style>
span { border-color: #B2CF8A; }
span { border-color: rgb(178,207,138); }
td.TdClassName
{
border-color: #B2CF8A;
}
.TagClassName
{
border-color: #B2CF8A;
}
</style>