Html Css Color HEX #B1BEB4 Gum Leaf

📋 copy color: '#B1BEB4'

red 177 ◦ green 190 ◦ blue 180

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

Shades of Gum Leaf #B1BEB4

Tints of Gum Leaf #B1BEB4

RGB

 RED value IS 177 (69.53% from 255) = 32.36%

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

 BLUE value IS 180 (70.7% from 255) = 32.91%

R = 32.36%
G = 34.73%
B = 32.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#B1BEB4 (or 0xB1BEB4) is known color: Gum Leaf. HEX triplet: B1, BE and B4. RGB value is (177,190,180). Sum of RGB (Red+Green+Blue) = 177+190+180=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BEB4 is #4E414B. Grayscale: #B9B9B9. Windows color (decimal): -5128524 or 11845297. OLE color: 11845297.

HSL color Cylindrical-coordinate representation of color #B1BEB4: hue angle of 133.85º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1BEB4 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 190 180 -
CMYK 0.07 0 0.05 0.25
HSL 133.85º 0.09% 0.72% -
HSV(B) 133.85º 0.07% 0.75% -
XYZ 44.78 49.47 50.37 -
YUV 184.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 177 190 180 0.07 0 0.05 0.25 133.85 0.09 0.72
Hex B1 BE B4 7 0 5 19 86 9 48
Octal 261 276 264 7 0 5 31 206 11 110
Binary 10110001 10111110 10110100 111 0 101 11001 10000110 1001 1001000

Color Harmonies of #B1BEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BEB4

Black with #B1BEB4

Text Example


Text Example

White with #B1BEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BEB4; }

 p { color: rgb(177,190,180); }

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

background-color css

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

 a { background-color: rgb(177,190,180); }

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

border-color css

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

 span { border-color: rgb(177,190,180); }

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