Html Css Color HEX #B8BEB9 Gum Leaf

📋 copy color: '#B8BEB9'

red 184 ◦ green 190 ◦ blue 185

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

Shades of Gum Leaf #B8BEB9

Tints of Gum Leaf #B8BEB9

RGB

 RED value IS 184 (72.27% from 255) = 32.92%

 GREEN value IS 190 (74.61% from 255) = 33.99%

 BLUE value IS 185 (72.66% from 255) = 33.09%

R = 32.92%
G = 33.99%
B = 33.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#B8BEB9 (or 0xB8BEB9) is known color: Gum Leaf. HEX triplet: B8, BE and B9. RGB value is (184,190,185). Sum of RGB (Red+Green+Blue) = 184+190+185=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BEB9 is #474146. Grayscale: #BBBBBB. Windows color (decimal): -4669767 or 12172984. OLE color: 12172984.

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

Color convert

RGB 184 190 185 -
CMYK 0.03 0 0.03 0.25
HSL 130º 0.04% 0.73% -
HSV(B) 130º 0.03% 0.75% -
XYZ 46.94 50.52 53.18 -
YUV 187.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 184 190 185 0.03 0 0.03 0.25 130 0.04 0.73
Hex B8 BE B9 3 0 3 19 82 4 49
Octal 270 276 271 3 0 3 31 202 4 111
Binary 10111000 10111110 10111001 11 0 11 11001 10000010 100 1001001

Color Harmonies of #B8BEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BEB9

Black with #B8BEB9

Text Example


Text Example

White with #B8BEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BEB9; }

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

 H1.HeaderClassName
 {
   color: #B8BEB9;
 }
 .AnyTagClassName
 {
   color: #B8BEB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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