#B6BBB7

Color #B6BBB7 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #B6BBB7

Tints of Gum Leaf #B6BBB7

Color information

#B6BBB7 (or 0xB6BBB7) is unknown color: approx Gum Leaf. HEX triplet: B6, BB and B7. RGB value is (182,187,183). Sum of RGB (Red+Green+Blue) = 182+187+183=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBB7 is #494448. Grayscale: #B9B9B9. Windows color (decimal): -4801609 or 12041142. OLE color: 12041142.

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

Color convert

RGB182187183-
CMYK0.0300.020.27
HSL132º3.55%72.35%-
HSV(B)132º2.67%73.33%-
XYZ45.6148.951.84-
YUV185.05126.84125.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.97%
GREEN value IS 187 (73.44% from 255) = 33.88%
BLUE value IS 183 (71.88% from 255) = 33.15%
R=32.97%
G=33.88%
B=33.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821871830.0300.020.271323.5572.35
HexB6BBB73021B84448
Octal266273267302332044110
Binary1011011010111011101101111101011011100001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBB7; }

 p { color: rgb(182,187,183); }

 H1.HeaderClassName
 {
   color: #B6BBB7;
 }
 .AnyTagClassName
 {
   color: #B6BBB7;
 }
</style>
background-color css

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

 a { background-color: rgb(182,187,183); }

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

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

 span { border-color: rgb(182,187,183); }

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