Shades of Gum Leaf #B1CDB9
Tints of Gum Leaf #B1CDB9
RGB
CMYK
RGB Variations
Color information
#B1CDB9 (or 0xB1CDB9) is known color: Gum Leaf. HEX triplet: B1, CD and B9. RGB value is (177,205,185). Sum of RGB (Red+Green+Blue) = 177+205+185=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDB9 is #4E3246. Grayscale: #C2C2C2. Windows color (decimal): -5124679 or 12176817. OLE color: 12176817.
HSL color Cylindrical-coordinate representation of color #B1CDB9: hue angle of 137.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CDB9 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 205 | 185 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.20 |
| HSL | 137.14º | 0.22% | 0.75% | - |
| HSV(B) | 137.14º | 0.14% | 0.8% | - |
| XYZ | 48.72 | 56.51 | 54.24 | - |
| YUV | 194.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 185 | 0.14 | 0 | 0.10 | 0.20 | 137.14 | 0.22 | 0.75 |
| Hex | B1 | CD | B9 | E | 0 | A | 14 | 89 | 16 | 4B |
| Octal | 261 | 315 | 271 | 16 | 0 | 12 | 24 | 211 | 26 | 113 |
| Binary | 10110001 | 11001101 | 10111001 | 1110 | 0 | 1010 | 10100 | 10001001 | 10110 | 1001011 |
Color Harmonies of #B1CDB9
Complementary color
Monochromatic Colors of #B1CDB9
Black with #B1CDB9
Text Example
Text Example
White with #B1CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CDB9; }
p { color: rgb(177,205,185); }
H1.HeaderClassName
{
color: #B1CDB9;
}
.AnyTagClassName
{
color: #B1CDB9;
}
</style>
background-color css
<style>
a { background-color: #B1CDB9; }
a { background-color: rgb(177,205,185); }
div.DivClassName
{
background-color: #B1CDB9;
}
.BgClassName
{
background-color: #B1CDB9;
}
</style>
border-color css
<style>
span { border-color: #B1CDB9; }
span { border-color: rgb(177,205,185); }
td.TdClassName
{
border-color: #B1CDB9;
}
.TagClassName
{
border-color: #B1CDB9;
}
</style>