Shades of Gum Leaf #B2D3BC
Tints of Gum Leaf #B2D3BC
RGB
CMYK
RGB Variations
Color information
#B2D3BC (or 0xB2D3BC) is known color: Gum Leaf. HEX triplet: B2, D3 and BC. RGB value is (178,211,188). Sum of RGB (Red+Green+Blue) = 178+211+188=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D3BC is #4D2C43. Grayscale: #C6C6C6. Windows color (decimal): -5057604 or 12374962. OLE color: 12374962.
HSL color Cylindrical-coordinate representation of color #B2D3BC: hue angle of 138.18º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D3BC is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 188 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.17 |
| HSL | 138.18º | 0.27% | 0.76% | - |
| HSV(B) | 138.18º | 0.16% | 0.83% | - |
| XYZ | 50.73 | 59.68 | 56.42 | - |
| YUV | 198.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 188 | 0.16 | 0 | 0.11 | 0.17 | 138.18 | 0.27 | 0.76 |
| Hex | B2 | D3 | BC | 10 | 0 | B | 11 | 8A | 1B | 4C |
| Octal | 262 | 323 | 274 | 20 | 0 | 13 | 21 | 212 | 33 | 114 |
| Binary | 10110010 | 11010011 | 10111100 | 10000 | 0 | 1011 | 10001 | 10001010 | 11011 | 1001100 |
Color Harmonies of #B2D3BC
Complementary color
Monochromatic Colors of #B2D3BC
Black with #B2D3BC
Text Example
Text Example
White with #B2D3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D3BC; }
p { color: rgb(178,211,188); }
H1.HeaderClassName
{
color: #B2D3BC;
}
.AnyTagClassName
{
color: #B2D3BC;
}
</style>
background-color css
<style>
a { background-color: #B2D3BC; }
a { background-color: rgb(178,211,188); }
div.DivClassName
{
background-color: #B2D3BC;
}
.BgClassName
{
background-color: #B2D3BC;
}
</style>
border-color css
<style>
span { border-color: #B2D3BC; }
span { border-color: rgb(178,211,188); }
td.TdClassName
{
border-color: #B2D3BC;
}
.TagClassName
{
border-color: #B2D3BC;
}
</style>