#B9BEBA

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

Shades of Gum Leaf #B9BEBA

Tints of Gum Leaf #B9BEBA

Color information

#B9BEBA (or 0xB9BEBA) is unknown color: approx Gum Leaf. HEX triplet: B9, BE and BA. RGB value is (185,190,186). Sum of RGB (Red+Green+Blue) = 185+190+186=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEBA is #464145. Grayscale: #BCBCBC. Windows color (decimal): -4604230 or 12238521. OLE color: 12238521.

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

Color convert

RGB185190186-
CMYK0.0300.020.25
HSL132º3.7%73.53%-
HSV(B)132º2.63%74.51%-
XYZ47.2850.6953.75-
YUV188.05126.84125.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=32.98%
G=33.87%
B=33.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901860.0300.020.251323.773.53
HexB9BEBA302198444a
Octal271276272302312044112
Binary1011100110111110101110101101011001100001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEBA; }

 p { color: rgb(185,190,186); }

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

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

 a { background-color: rgb(185,190,186); }

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

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

 span { border-color: rgb(185,190,186); }

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