#B2CFBA

Color #B2CFBA Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #B2CFBA

Tints of Gum Leaf #B2CFBA

Color information

#B2CFBA (or 0xB2CFBA) is unknown color: approx Gum Leaf. HEX triplet: B2, CF and BA. RGB value is (178,207,186). Sum of RGB (Red+Green+Blue) = 178+207+186=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFBA is #4D3045. Grayscale: #C3C3C3. Windows color (decimal): -5058630 or 12242866. OLE color: 12242866.

HSL color Cylindrical-coordinate representation of color #B2CFBA: hue angle of 136.55º 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 #B2CFBA is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB178207186-
CMYK0.1400.100.19
HSL136.55º23.2%75.49%-
HSV(B)136.55º14.01%81.18%-
XYZ49.5457.6454.97-
YUV195.94122.39115.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 31.17%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=31.17%
G=36.25%
B=32.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782071860.1400.100.19136.5523.275.49
HexB2CFBAE0A1389174b
Octal262317272160122321127113
Binary1011001011001111101110101110010101001110001001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CFBA; }

 p { color: rgb(178,207,186); }

 H1.HeaderClassName
 {
   color: #B2CFBA;
 }
 .AnyTagClassName
 {
   color: #B2CFBA;
 }
</style>
background-color css

<style>
 a { background-color: #B2CFBA; }

 a { background-color: rgb(178,207,186); }

 div.DivClassName
 {
   background-color: #B2CFBA;
 }
 .BgClassName
 {
   background-color: #B2CFBA;
 }
</style>
border-color css

<style>
 span { border-color: #B2CFBA; }

 span { border-color: rgb(178,207,186); }

 td.TdClassName
 {
   border-color: #B2CFBA;
 }
 .TagClassName
 {
   border-color: #B2CFBA;
 }
</style>