Html Css Color HEX #B2BBB4 Gum Leaf

📋 copy color: '#B2BBB4'

red 178 ◦ green 187 ◦ blue 180

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

Shades of Gum Leaf #B2BBB4

Tints of Gum Leaf #B2BBB4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.31%

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

R = 32.66%
G = 34.31%
B = 33.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B2BBB4 (or 0xB2BBB4) is known color: Gum Leaf. HEX triplet: B2, BB and B4. RGB value is (178,187,180). Sum of RGB (Red+Green+Blue) = 178+187+180=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBB4 is #4D444B. Grayscale: #B7B7B7. Windows color (decimal): -5063756 or 11844530. OLE color: 11844530.

HSL color Cylindrical-coordinate representation of color #B2BBB4: hue angle of 133.33º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2BBB4 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 187 180 -
CMYK 0.05 0 0.04 0.27
HSL 133.33º 0.06% 0.72% -
HSV(B) 133.33º 0.05% 0.73% -
XYZ 44.37 48.3 50.16 -
YUV 183.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 178 187 180 0.05 0 0.04 0.27 133.33 0.06 0.72
Hex B2 BB B4 5 0 4 1B 85 6 48
Octal 262 273 264 5 0 4 33 205 6 110
Binary 10110010 10111011 10110100 101 0 100 11011 10000101 110 1001000

Color Harmonies of #B2BBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BBB4

Black with #B2BBB4

Text Example


Text Example

White with #B2BBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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