#B7C3B9

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

Shades of Gum Leaf #B7C3B9

Tints of Gum Leaf #B7C3B9

Color information

#B7C3B9 (or 0xB7C3B9) is unknown color: approx Gum Leaf. HEX triplet: B7, C3 and B9. RGB value is (183,195,185). Sum of RGB (Red+Green+Blue) = 183+195+185=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C3B9 is #483C46. Grayscale: #BEBEBE. Windows color (decimal): -4734023 or 12174263. OLE color: 12174263.

HSL color Cylindrical-coordinate representation of color #B7C3B9: hue angle of 130º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7C3B9 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB183195185-
CMYK0.0600.050.24
HSL130º9.09%74.12%-
HSV(B)130º6.15%76.47%-
XYZ47.852.653.53-
YUV190.27125.02122.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.50%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=32.50%
G=34.64%
B=32.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831951850.0600.050.241309.0974.12
HexB7C3B9605188294a
Octal2673032716053020211112
Binary1011011111000011101110011100101110001000001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C3B9; }

 p { color: rgb(183,195,185); }

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

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

 a { background-color: rgb(183,195,185); }

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

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

 span { border-color: rgb(183,195,185); }

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