Html Css Color HEX #B2BFB5 Gum Leaf

📋 copy color: '#B2BFB5'

red 178 ◦ green 191 ◦ blue 181

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

Shades of Gum Leaf #B2BFB5

Tints of Gum Leaf #B2BFB5

RGB

 RED value IS 178 (69.92% from 255) = 32.36%

 GREEN value IS 191 (75% from 255) = 34.73%

 BLUE value IS 181 (71.09% 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

#B2BFB5 (or 0xB2BFB5) is known color: Gum Leaf. HEX triplet: B2, BF and B5. RGB value is (178,191,181). Sum of RGB (Red+Green+Blue) = 178+191+181=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFB5 is #4D404A. Grayscale: #BABABA. Windows color (decimal): -5062731 or 11911090. OLE color: 11911090.

HSL color Cylindrical-coordinate representation of color #B2BFB5: 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 #B2BFB5 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 181 -
CMYK 0.07 0 0.05 0.25
HSL 133.85º 0.09% 0.72% -
HSV(B) 133.85º 0.07% 0.75% -
XYZ 45.33 50.06 50.99 -
YUV 185.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 178 191 181 0.07 0 0.05 0.25 133.85 0.09 0.72
Hex B2 BF B5 7 0 5 19 86 9 48
Octal 262 277 265 7 0 5 31 206 11 110
Binary 10110010 10111111 10110101 111 0 101 11001 10000110 1001 1001000

Color Harmonies of #B2BFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFB5

Black with #B2BFB5

Text Example


Text Example

White with #B2BFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFB5; }

 p { color: rgb(178,191,181); }

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

background-color css

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

 a { background-color: rgb(178,191,181); }

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

border-color css

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

 span { border-color: rgb(178,191,181); }

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