Shades of Gum Leaf #B1CCB5
Tints of Gum Leaf #B1CCB5
RGB
CMYK
RGB Variations
Color information
#B1CCB5 (or 0xB1CCB5) is known color: Gum Leaf. HEX triplet: B1, CC and B5. RGB value is (177,204,181). Sum of RGB (Red+Green+Blue) = 177+204+181=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCB5 is #4E334A. Grayscale: #C1C1C1. Windows color (decimal): -5124939 or 11914417. OLE color: 11914417.
HSL color Cylindrical-coordinate representation of color #B1CCB5: hue angle of 128.89º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1CCB5 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 181 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.2 |
| HSL | 128.89º | 0.21% | 0.75% | - |
| HSV(B) | 128.89º | 0.13% | 0.8% | - |
| XYZ | 48.06 | 55.87 | 51.97 | - |
| YUV | 193.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 181 | 0.13 | 0 | 0.11 | 0.2 | 128.89 | 0.21 | 0.75 |
| Hex | B1 | CC | B5 | D | 0 | B | 14 | 81 | 15 | 4B |
| Octal | 261 | 314 | 265 | 15 | 0 | 13 | 24 | 201 | 25 | 113 |
| Binary | 10110001 | 11001100 | 10110101 | 1101 | 0 | 1011 | 10100 | 10000001 | 10101 | 1001011 |
Color Harmonies of #B1CCB5
Complementary color
Monochromatic Colors of #B1CCB5
Black with #B1CCB5
Text Example
Text Example
White with #B1CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CCB5; }
p { color: rgb(177,204,181); }
H1.HeaderClassName
{
color: #B1CCB5;
}
.AnyTagClassName
{
color: #B1CCB5;
}
</style>
background-color css
<style>
a { background-color: #B1CCB5; }
a { background-color: rgb(177,204,181); }
div.DivClassName
{
background-color: #B1CCB5;
}
.BgClassName
{
background-color: #B1CCB5;
}
</style>
border-color css
<style>
span { border-color: #B1CCB5; }
span { border-color: rgb(177,204,181); }
td.TdClassName
{
border-color: #B1CCB5;
}
.TagClassName
{
border-color: #B1CCB5;
}
</style>