#b2ceb7

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

Shades of Gum Leaf #B2CEB7

Tints of Gum Leaf #B2CEB7

Color information

#B2CEB7 (or 0xB2CEB7) is unknown color: approx Gum Leaf. HEX triplet: B2, CE and B7. RGB value is (178,206,183). Sum of RGB (Red+Green+Blue) = 178+206+183=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEB7 is #4D3148. Grayscale: #C3C3C3. Windows color (decimal): -5058889 or 12046002. OLE color: 12046002.

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

Color convert

RGB178206183-
CMYK0.1400.110.19
HSL130.71º22.22%75.29%-
HSV(B)130.71º13.59%80.78%-
XYZ48.9857.0353.23-
YUV195.01121.22115.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 183 (71.88% from 255) = 32.28%
R=31.39%
G=36.33%
B=32.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782061830.1400.110.19130.7122.2275.29
HexB2CEB7E0B1383164b
Octal262316267160132320326113
Binary1011001011001110101101111110010111001110000011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2ceb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2ceb7; }

 p { color: rgb(178,206,183); }

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

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

 a { background-color: rgb(178,206,183); }

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

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

 span { border-color: rgb(178,206,183); }

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