Html Css Color HEX #B9BEBA Gum Leaf

📋 copy color: '#B9BEBA'

red 185 ◦ green 190 ◦ blue 186

#B9BEBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gum Leaf #B9BEBA

Tints of Gum Leaf #B9BEBA

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 value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#B9BEBA (or 0xB9BEBA) is known color: 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

RGB 185 190 186 -
CMYK 0.03 0 0.02 0.25
HSL 132º 0.04% 0.74% -
HSV(B) 132º 0.03% 0.75% -
XYZ 47.28 50.69 53.75 -
YUV 188.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 185 190 186 0.03 0 0.02 0.25 132 0.04 0.74
Hex B9 BE BA 3 0 2 19 84 4 4A
Octal 271 276 272 3 0 2 31 204 4 112
Binary 10111001 10111110 10111010 11 0 10 11001 10000100 100 1001010

Color Harmonies of #B9BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BEBA

Black with #B9BEBA

Text Example


Text Example

White with #B9BEBA

Text Example


Text Example

HTML Codes & Css Web 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>