#B5BCB6

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

Shades of Gum Leaf #B5BCB6

Tints of Gum Leaf #B5BCB6

Color information

#B5BCB6 (or 0xB5BCB6) is unknown color: approx Gum Leaf. HEX triplet: B5, BC and B6. RGB value is (181,188,182). Sum of RGB (Red+Green+Blue) = 181+188+182=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCB6 is #4A4349. Grayscale: #B9B9B9. Windows color (decimal): -4866890 or 11975861. OLE color: 11975861.

HSL color Cylindrical-coordinate representation of color #B5BCB6: hue angle of 128.57º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5BCB6 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB181188182-
CMYK0.0400.030.26
HSL128.57º4.96%72.35%-
HSV(B)128.57º3.72%73.73%-
XYZ45.4849.1751.35-
YUV185.22126.18124.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 182 (71.48% from 255) = 33.03%
R=32.85%
G=34.12%
B=33.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811881820.0400.030.26128.574.9672.35
HexB5BCB64031A81548
Octal265274266403322015110
Binary10110101101111001011011010001111010100000011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCB6; }

 p { color: rgb(181,188,182); }

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

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

 a { background-color: rgb(181,188,182); }

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

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

 span { border-color: rgb(181,188,182); }

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