Shades of Gum Leaf #B2CEB7
Tints of Gum Leaf #B2CEB7
RGB
CMYK
RGB Variations
Color information
#B2CEB7 (or 0xB2CEB7) is known color: Gum Leaf. HEX triplet: B2, CE and B7. RGB value is (178,206,183). Sum of RGB (Red+Green+Blue) = 178+206+183=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEB7 is #4D3148. Grayscale: #C3C3C3. Windows color (decimal): -5058889 or 12046002. OLE color: 12046002.
HSL color Cylindrical-coordinate representation of color #B2CEB7: hue angle of 130.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CEB7 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 183 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.19 |
| HSL | 130.71º | 0.22% | 0.75% | - |
| HSV(B) | 130.71º | 0.14% | 0.81% | - |
| XYZ | 48.98 | 57.03 | 53.23 | - |
| YUV | 195.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 183 | 0.14 | 0 | 0.11 | 0.19 | 130.71 | 0.22 | 0.75 |
| Hex | B2 | CE | B7 | E | 0 | B | 13 | 83 | 16 | 4B |
| Octal | 262 | 316 | 267 | 16 | 0 | 13 | 23 | 203 | 26 | 113 |
| Binary | 10110010 | 11001110 | 10110111 | 1110 | 0 | 1011 | 10011 | 10000011 | 10110 | 1001011 |
Color Harmonies of #B2CEB7
Complementary color
Monochromatic Colors of #B2CEB7
Black with #B2CEB7
Text Example
Text Example
White with #B2CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEB7; }
p { color: rgb(178,206,183); }
H1.HeaderClassName
{
color: #B2CEB7;
}
.AnyTagClassName
{
color: #B2CEB7;
}
</style>
background-color css
<style>
a { background-color: #B2CEB7; }
a { background-color: rgb(178,206,183); }
div.DivClassName
{
background-color: #B2CEB7;
}
.BgClassName
{
background-color: #B2CEB7;
}
</style>
border-color css
<style>
span { border-color: #B2CEB7; }
span { border-color: rgb(178,206,183); }
td.TdClassName
{
border-color: #B2CEB7;
}
.TagClassName
{
border-color: #B2CEB7;
}
</style>