Shades of Gum Leaf #B2BCB5
Tints of Gum Leaf #B2BCB5
RGB
CMYK
RGB Variations
Color information
#B2BCB5 (or 0xB2BCB5) is known color: Gum Leaf. HEX triplet: B2, BC and B5. RGB value is (178,188,181). Sum of RGB (Red+Green+Blue) = 178+188+181=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCB5 is #4D434A. Grayscale: #B8B8B8. Windows color (decimal): -5063499 or 11910322. OLE color: 11910322.
HSL color Cylindrical-coordinate representation of color #B2BCB5: hue angle of 138º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2BCB5 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 178 | 188 | 181 | - |
CMYK | 0.05 | 0 | 0.04 | 0.26 |
HSL | 138º | 0.07% | 0.72% | - |
HSV(B) | 138º | 0.05% | 0.74% | - |
XYZ | 44.68 | 48.77 | 50.77 | - |
YUV | 184.21 | 126.19 | 123.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 188 | 181 | 0.05 | 0 | 0.04 | 0.26 | 138 | 0.07 | 0.72 |
Hex | B2 | BC | B5 | 5 | 0 | 4 | 1A | 8A | 7 | 48 |
Octal | 262 | 274 | 265 | 5 | 0 | 4 | 32 | 212 | 7 | 110 |
Binary | 10110010 | 10111100 | 10110101 | 101 | 0 | 100 | 11010 | 10001010 | 111 | 1001000 |
Color Harmonies of #B2BCB5
Complementary color
Monochromatic Colors of #B2BCB5
Black with #B2BCB5
Text Example
Text Example
White with #B2BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCB5; }
p { color: rgb(178,188,181); }
H1.HeaderClassName
{
color: #B2BCB5;
}
.AnyTagClassName
{
color: #B2BCB5;
}
</style>
background-color css
<style>
a { background-color: #B2BCB5; }
a { background-color: rgb(178,188,181); }
div.DivClassName
{
background-color: #B2BCB5;
}
.BgClassName
{
background-color: #B2BCB5;
}
</style>
border-color css
<style>
span { border-color: #B2BCB5; }
span { border-color: rgb(178,188,181); }
td.TdClassName
{
border-color: #B2BCB5;
}
.TagClassName
{
border-color: #B2BCB5;
}
</style>