Shades of Gum Leaf #B1CEB5
Tints of Gum Leaf #B1CEB5
RGB
CMYK
RGB Variations
Color information
#B1CEB5 (or 0xB1CEB5) is known color: Gum Leaf. HEX triplet: B1, CE and B5. RGB value is (177,206,181). Sum of RGB (Red+Green+Blue) = 177+206+181=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEB5 is #4E314A. Grayscale: #C2C2C2. Windows color (decimal): -5124427 or 11914929. OLE color: 11914929.
HSL color Cylindrical-coordinate representation of color #B1CEB5: hue angle of 128.28º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CEB5 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 181 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.19 |
| HSL | 128.28º | 0.23% | 0.75% | - |
| HSV(B) | 128.28º | 0.14% | 0.81% | - |
| XYZ | 48.54 | 56.83 | 52.13 | - |
| YUV | 194.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 181 | 0.14 | 0 | 0.12 | 0.19 | 128.28 | 0.23 | 0.75 |
| Hex | B1 | CE | B5 | E | 0 | C | 13 | 80 | 17 | 4B |
| Octal | 261 | 316 | 265 | 16 | 0 | 14 | 23 | 200 | 27 | 113 |
| Binary | 10110001 | 11001110 | 10110101 | 1110 | 0 | 1100 | 10011 | 10000000 | 10111 | 1001011 |
Color Harmonies of #B1CEB5
Complementary color
Monochromatic Colors of #B1CEB5
Black with #B1CEB5
Text Example
Text Example
White with #B1CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CEB5; }
p { color: rgb(177,206,181); }
H1.HeaderClassName
{
color: #B1CEB5;
}
.AnyTagClassName
{
color: #B1CEB5;
}
</style>
background-color css
<style>
a { background-color: #B1CEB5; }
a { background-color: rgb(177,206,181); }
div.DivClassName
{
background-color: #B1CEB5;
}
.BgClassName
{
background-color: #B1CEB5;
}
</style>
border-color css
<style>
span { border-color: #B1CEB5; }
span { border-color: rgb(177,206,181); }
td.TdClassName
{
border-color: #B1CEB5;
}
.TagClassName
{
border-color: #B1CEB5;
}
</style>