#B4CEBA

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

Shades of Gum Leaf #B4CEBA

Tints of Gum Leaf #B4CEBA

Color information

#B4CEBA (or 0xB4CEBA) is unknown color: approx Gum Leaf. HEX triplet: B4, CE and BA. RGB value is (180,206,186). Sum of RGB (Red+Green+Blue) = 180+206+186=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEBA is #4B3145. Grayscale: #C4C4C4. Windows color (decimal): -4927814 or 12242612. OLE color: 12242612.

HSL color Cylindrical-coordinate representation of color #B4CEBA: hue angle of 133.85º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CEBA is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB180206186-
CMYK0.1300.100.19
HSL133.85º20.97%75.69%-
HSV(B)133.85º12.62%80.78%-
XYZ49.7657.3954.91-
YUV195.95122.39116.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=31.47%
G=36.01%
B=32.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802061860.1300.100.19133.8520.9775.69
HexB4CEBAD0A1386154c
Octal264316272150122320625114
Binary1011010011001110101110101101010101001110000110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CEBA; }

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

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

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

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

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

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

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

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