Html Css Color HEX #B2BFB4 Gum Leaf

📋 copy color: '#B2BFB4'

red 178 ◦ green 191 ◦ blue 180

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

Shades of Gum Leaf #B2BFB4

Tints of Gum Leaf #B2BFB4

RGB

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

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

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

R = 32.42%
G = 34.79%
B = 32.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#B2BFB4 (or 0xB2BFB4) is known color: Gum Leaf. HEX triplet: B2, BF and B4. RGB value is (178,191,180). Sum of RGB (Red+Green+Blue) = 178+191+180=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFB4 is #4D404B. Grayscale: #B9B9B9. Windows color (decimal): -5062732 or 11845554. OLE color: 11845554.

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

Color convert

RGB 178 191 180 -
CMYK 0.07 0 0.06 0.25
HSL 129.23º 0.09% 0.72% -
HSV(B) 129.23º 0.07% 0.75% -
XYZ 45.23 50.02 50.45 -
YUV 185.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 178 191 180 0.07 0 0.06 0.25 129.23 0.09 0.72
Hex B2 BF B4 7 0 6 19 81 9 48
Octal 262 277 264 7 0 6 31 201 11 110
Binary 10110010 10111111 10110100 111 0 110 11001 10000001 1001 1001000

Color Harmonies of #B2BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFB4

Black with #B2BFB4

Text Example


Text Example

White with #B2BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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