#B7C7BB

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

Shades of Gum Leaf #B7C7BB

Tints of Gum Leaf #B7C7BB

Color information

#B7C7BB (or 0xB7C7BB) is unknown color: approx Gum Leaf. HEX triplet: B7, C7 and BB. RGB value is (183,199,187). Sum of RGB (Red+Green+Blue) = 183+199+187=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 199 - color contains mainly: green. Hex color #B7C7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C7BB is #483844. Grayscale: #C0C0C0. Windows color (decimal): -4732997 or 12306359. OLE color: 12306359.

HSL color Cylindrical-coordinate representation of color #B7C7BB: hue angle of 135º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7C7BB is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB183199187-
CMYK0.0800.060.22
HSL135º12.5%74.9%-
HSV(B)135º8.04%78.04%-
XYZ48.9254.554.96-
YUV192.85124.7120.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.16%
GREEN value IS 199 (78.12% from 255) = 34.97%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=32.16%
G=34.97%
B=32.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831991870.0800.060.2213512.574.9
HexB7C7BB8061687c4b
Octal26730727310062620714113
Binary10110111110001111011101110000110101101000011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C7BB; }

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

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

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

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

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

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

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

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