Html Css Color HEX #B2BFB6 Gum Leaf

📋 copy color: '#B2BFB6'

red 178 ◦ green 191 ◦ blue 182

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

Shades of Gum Leaf #B2BFB6

Tints of Gum Leaf #B2BFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.03%

R = 32.3%
G = 34.66%
B = 33.03%

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

#B2BFB6 (or 0xB2BFB6) is known color: Gum Leaf. HEX triplet: B2, BF and B6. RGB value is (178,191,182). Sum of RGB (Red+Green+Blue) = 178+191+182=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFB6 is #4D4049. Grayscale: #BABABA. Windows color (decimal): -5062730 or 11976626. OLE color: 11976626.

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

Color convert

RGB 178 191 182 -
CMYK 0.07 0 0.05 0.25
HSL 138.46º 0.09% 0.72% -
HSV(B) 138.46º 0.07% 0.75% -
XYZ 45.43 50.1 51.53 -
YUV 186.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 178 191 182 0.07 0 0.05 0.25 138.46 0.09 0.72
Hex B2 BF B6 7 0 5 19 8A 9 48
Octal 262 277 266 7 0 5 31 212 11 110
Binary 10110010 10111111 10110110 111 0 101 11001 10001010 1001 1001000

Color Harmonies of #B2BFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFB6

Black with #B2BFB6

Text Example


Text Example

White with #B2BFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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