Shades of Gum Leaf #B1CDB4
Tints of Gum Leaf #B1CDB4
RGB
CMYK
RGB Variations
Color information
#B1CDB4 (or 0xB1CDB4) is known color: Gum Leaf. HEX triplet: B1, CD and B4. RGB value is (177,205,180). Sum of RGB (Red+Green+Blue) = 177+205+180=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDB4 is #4E324B. Grayscale: #C1C1C1. Windows color (decimal): -5124684 or 11849137. OLE color: 11849137.
HSL color Cylindrical-coordinate representation of color #B1CDB4: hue angle of 126.43º 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 #B1CDB4 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 205 | 180 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.20 |
| HSL | 126.43º | 0.22% | 0.75% | - |
| HSV(B) | 126.43º | 0.14% | 0.8% | - |
| XYZ | 48.2 | 56.31 | 51.51 | - |
| YUV | 193.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 180 | 0.14 | 0 | 0.12 | 0.20 | 126.43 | 0.22 | 0.75 |
| Hex | B1 | CD | B4 | E | 0 | C | 14 | 7E | 16 | 4B |
| Octal | 261 | 315 | 264 | 16 | 0 | 14 | 24 | 176 | 26 | 113 |
| Binary | 10110001 | 11001101 | 10110100 | 1110 | 0 | 1100 | 10100 | 1111110 | 10110 | 1001011 |
Color Harmonies of #B1CDB4
Complementary color
Monochromatic Colors of #B1CDB4
Black with #B1CDB4
Text Example
Text Example
White with #B1CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CDB4; }
p { color: rgb(177,205,180); }
H1.HeaderClassName
{
color: #B1CDB4;
}
.AnyTagClassName
{
color: #B1CDB4;
}
</style>
background-color css
<style>
a { background-color: #B1CDB4; }
a { background-color: rgb(177,205,180); }
div.DivClassName
{
background-color: #B1CDB4;
}
.BgClassName
{
background-color: #B1CDB4;
}
</style>
border-color css
<style>
span { border-color: #B1CDB4; }
span { border-color: rgb(177,205,180); }
td.TdClassName
{
border-color: #B1CDB4;
}
.TagClassName
{
border-color: #B1CDB4;
}
</style>