Shades of Gum Leaf #B1CAB4
Tints of Gum Leaf #B1CAB4
RGB
CMYK
RGB Variations
Color information
#B1CAB4 (or 0xB1CAB4) is known color: Gum Leaf. HEX triplet: B1, CA and B4. RGB value is (177,202,180). Sum of RGB (Red+Green+Blue) = 177+202+180=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAB4 is #4E354B. Grayscale: #C0C0C0. Windows color (decimal): -5125452 or 11848369. OLE color: 11848369.
HSL color Cylindrical-coordinate representation of color #B1CAB4: hue angle of 127.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1CAB4 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 180 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.21 |
| HSL | 127.2º | 0.19% | 0.74% | - |
| HSV(B) | 127.2º | 0.12% | 0.79% | - |
| XYZ | 47.49 | 54.88 | 51.27 | - |
| YUV | 192.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 180 | 0.12 | 0 | 0.11 | 0.21 | 127.2 | 0.19 | 0.74 |
| Hex | B1 | CA | B4 | C | 0 | B | 15 | 7F | 13 | 4A |
| Octal | 261 | 312 | 264 | 14 | 0 | 13 | 25 | 177 | 23 | 112 |
| Binary | 10110001 | 11001010 | 10110100 | 1100 | 0 | 1011 | 10101 | 1111111 | 10011 | 1001010 |
Color Harmonies of #B1CAB4
Complementary color
Monochromatic Colors of #B1CAB4
Black with #B1CAB4
Text Example
Text Example
White with #B1CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CAB4; }
p { color: rgb(177,202,180); }
H1.HeaderClassName
{
color: #B1CAB4;
}
.AnyTagClassName
{
color: #B1CAB4;
}
</style>
background-color css
<style>
a { background-color: #B1CAB4; }
a { background-color: rgb(177,202,180); }
div.DivClassName
{
background-color: #B1CAB4;
}
.BgClassName
{
background-color: #B1CAB4;
}
</style>
border-color css
<style>
span { border-color: #B1CAB4; }
span { border-color: rgb(177,202,180); }
td.TdClassName
{
border-color: #B1CAB4;
}
.TagClassName
{
border-color: #B1CAB4;
}
</style>