Html Css Color HEX #B3BBB4 Gum Leaf

📋 copy color: '#B3BBB4'

red 179 ◦ green 187 ◦ blue 180

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

Shades of Gum Leaf #B3BBB4

Tints of Gum Leaf #B3BBB4

RGB

 RED value IS 179 (70.31% from 255) = 32.78%

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

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

R = 32.78%
G = 34.25%
B = 32.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B3BBB4 (or 0xB3BBB4) is known color: Gum Leaf. HEX triplet: B3, BB and B4. RGB value is (179,187,180). Sum of RGB (Red+Green+Blue) = 179+187+180=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBB4 is #4C444B. Grayscale: #B7B7B7. Windows color (decimal): -4998220 or 11844531. OLE color: 11844531.

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

Color convert

RGB 179 187 180 -
CMYK 0.04 0 0.04 0.27
HSL 127.5º 0.06% 0.72% -
HSV(B) 127.5º 0.04% 0.73% -
XYZ 44.6 48.42 50.18 -
YUV 183.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 179 187 180 0.04 0 0.04 0.27 127.5 0.06 0.72
Hex B3 BB B4 4 0 4 1B 80 6 48
Octal 263 273 264 4 0 4 33 200 6 110
Binary 10110011 10111011 10110100 100 0 100 11011 10000000 110 1001000

Color Harmonies of #B3BBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BBB4

Black with #B3BBB4

Text Example


Text Example

White with #B3BBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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