#B1CEBA

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

Shades of Gum Leaf #B1CEBA

Tints of Gum Leaf #B1CEBA

Color information

#B1CEBA (or 0xB1CEBA) is unknown color: approx Gum Leaf. HEX triplet: B1, CE and BA. RGB value is (177,206,186). Sum of RGB (Red+Green+Blue) = 177+206+186=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEBA is #4E3145. Grayscale: #C3C3C3. Windows color (decimal): -5124422 or 12242609. OLE color: 12242609.

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

Color convert

RGB177206186-
CMYK0.1400.100.19
HSL138.62º22.83%75.1%-
HSV(B)138.62º14.08%80.78%-
XYZ49.0757.0354.88-
YUV195.05122.89115.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=31.11%
G=36.20%
B=32.69%

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
Decimal1772061860.1400.100.19138.6222.8375.1
HexB1CEBAE0A138b174b
Octal261316272160122321327113
Binary1011000111001110101110101110010101001110001011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CEBA; }

 p { color: rgb(177,206,186); }

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

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

 a { background-color: rgb(177,206,186); }

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

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

 span { border-color: rgb(177,206,186); }

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