#B3CBBA

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

Shades of Gum Leaf #B3CBBA

Tints of Gum Leaf #B3CBBA

Color information

#B3CBBA (or 0xB3CBBA) is unknown color: approx Gum Leaf. HEX triplet: B3, CB and BA. RGB value is (179,203,186). Sum of RGB (Red+Green+Blue) = 179+203+186=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBBA is #4C3445. Grayscale: #C1C1C1. Windows color (decimal): -4994118 or 12241843. OLE color: 12241843.

HSL color Cylindrical-coordinate representation of color #B3CBBA: hue angle of 137.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3CBBA is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB179203186-
CMYK0.1200.080.20
HSL137.5º18.75%74.9%-
HSV(B)137.5º11.82%79.61%-
XYZ48.8155.8454.66-
YUV193.89123.55117.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=31.51%
G=35.74%
B=32.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792031860.1200.080.20137.518.7574.9
HexB3CBBAC081489134b
Octal263313272140102421123113
Binary1011001111001011101110101100010001010010001001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CBBA; }

 p { color: rgb(179,203,186); }

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

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

 a { background-color: rgb(179,203,186); }

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

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

 span { border-color: rgb(179,203,186); }

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