Shades of Gum Leaf #B1C3B4
Tints of Gum Leaf #B1C3B4
RGB
CMYK
RGB Variations
Color information
#B1C3B4 (or 0xB1C3B4) is known color: Gum Leaf. HEX triplet: B1, C3 and B4. RGB value is (177,195,180). Sum of RGB (Red+Green+Blue) = 177+195+180=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3B4 is #4E3C4B. Grayscale: #BBBBBB. Windows color (decimal): -5127244 or 11846577. OLE color: 11846577.
HSL color Cylindrical-coordinate representation of color #B1C3B4: hue angle of 130º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1C3B4 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 180 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.24 |
| HSL | 130º | 0.13% | 0.73% | - |
| HSV(B) | 130º | 0.09% | 0.76% | - |
| XYZ | 45.88 | 51.67 | 50.74 | - |
| YUV | 187.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 180 | 0.09 | 0 | 0.08 | 0.24 | 130 | 0.13 | 0.73 |
| Hex | B1 | C3 | B4 | 9 | 0 | 8 | 18 | 82 | D | 49 |
| Octal | 261 | 303 | 264 | 11 | 0 | 10 | 30 | 202 | 15 | 111 |
| Binary | 10110001 | 11000011 | 10110100 | 1001 | 0 | 1000 | 11000 | 10000010 | 1101 | 1001001 |
Color Harmonies of #B1C3B4
Complementary color
Monochromatic Colors of #B1C3B4
Black with #B1C3B4
Text Example
Text Example
White with #B1C3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C3B4; }
p { color: rgb(177,195,180); }
H1.HeaderClassName
{
color: #B1C3B4;
}
.AnyTagClassName
{
color: #B1C3B4;
}
</style>
background-color css
<style>
a { background-color: #B1C3B4; }
a { background-color: rgb(177,195,180); }
div.DivClassName
{
background-color: #B1C3B4;
}
.BgClassName
{
background-color: #B1C3B4;
}
</style>
border-color css
<style>
span { border-color: #B1C3B4; }
span { border-color: rgb(177,195,180); }
td.TdClassName
{
border-color: #B1C3B4;
}
.TagClassName
{
border-color: #B1C3B4;
}
</style>