Shades of Gum Leaf #B1CCB8
Tints of Gum Leaf #B1CCB8
RGB
CMYK
RGB Variations
Color information
#B1CCB8 (or 0xB1CCB8) is known color: Gum Leaf. HEX triplet: B1, CC and B8. RGB value is (177,204,184). Sum of RGB (Red+Green+Blue) = 177+204+184=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCB8 is #4E3347. Grayscale: #C1C1C1. Windows color (decimal): -5124936 or 12111025. OLE color: 12111025.
HSL color Cylindrical-coordinate representation of color #B1CCB8: hue angle of 135.56º 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 #B1CCB8 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 184 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.2 |
| HSL | 135.56º | 0.21% | 0.75% | - |
| HSV(B) | 135.56º | 0.13% | 0.8% | - |
| XYZ | 48.38 | 55.99 | 53.61 | - |
| YUV | 193.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 184 | 0.13 | 0 | 0.10 | 0.2 | 135.56 | 0.21 | 0.75 |
| Hex | B1 | CC | B8 | D | 0 | A | 14 | 88 | 15 | 4B |
| Octal | 261 | 314 | 270 | 15 | 0 | 12 | 24 | 210 | 25 | 113 |
| Binary | 10110001 | 11001100 | 10111000 | 1101 | 0 | 1010 | 10100 | 10001000 | 10101 | 1001011 |
Color Harmonies of #B1CCB8
Complementary color
Monochromatic Colors of #B1CCB8
Black with #B1CCB8
Text Example
Text Example
White with #B1CCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CCB8; }
p { color: rgb(177,204,184); }
H1.HeaderClassName
{
color: #B1CCB8;
}
.AnyTagClassName
{
color: #B1CCB8;
}
</style>
background-color css
<style>
a { background-color: #B1CCB8; }
a { background-color: rgb(177,204,184); }
div.DivClassName
{
background-color: #B1CCB8;
}
.BgClassName
{
background-color: #B1CCB8;
}
</style>
border-color css
<style>
span { border-color: #B1CCB8; }
span { border-color: rgb(177,204,184); }
td.TdClassName
{
border-color: #B1CCB8;
}
.TagClassName
{
border-color: #B1CCB8;
}
</style>