Shades of Gum Leaf #B2CAB6
Tints of Gum Leaf #B2CAB6
RGB
CMYK
RGB Variations
Color information
#B2CAB6 (or 0xB2CAB6) is known color: Gum Leaf. HEX triplet: B2, CA and B6. RGB value is (178,202,182). Sum of RGB (Red+Green+Blue) = 178+202+182=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CAB6 is #4D3549. Grayscale: #C0C0C0. Windows color (decimal): -5059914 or 11979442. OLE color: 11979442.
HSL color Cylindrical-coordinate representation of color #B2CAB6: hue angle of 130º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2CAB6 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 182 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.21 |
| HSL | 130º | 0.18% | 0.75% | - |
| HSV(B) | 130º | 0.12% | 0.79% | - |
| XYZ | 47.92 | 55.08 | 52.36 | - |
| YUV | 192.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 182 | 0.12 | 0 | 0.10 | 0.21 | 130 | 0.18 | 0.75 |
| Hex | B2 | CA | B6 | C | 0 | A | 15 | 82 | 12 | 4B |
| Octal | 262 | 312 | 266 | 14 | 0 | 12 | 25 | 202 | 22 | 113 |
| Binary | 10110010 | 11001010 | 10110110 | 1100 | 0 | 1010 | 10101 | 10000010 | 10010 | 1001011 |
Color Harmonies of #B2CAB6
Complementary color
Monochromatic Colors of #B2CAB6
Black with #B2CAB6
Text Example
Text Example
White with #B2CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CAB6; }
p { color: rgb(178,202,182); }
H1.HeaderClassName
{
color: #B2CAB6;
}
.AnyTagClassName
{
color: #B2CAB6;
}
</style>
background-color css
<style>
a { background-color: #B2CAB6; }
a { background-color: rgb(178,202,182); }
div.DivClassName
{
background-color: #B2CAB6;
}
.BgClassName
{
background-color: #B2CAB6;
}
</style>
border-color css
<style>
span { border-color: #B2CAB6; }
span { border-color: rgb(178,202,182); }
td.TdClassName
{
border-color: #B2CAB6;
}
.TagClassName
{
border-color: #B2CAB6;
}
</style>