#B0C3B4

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

Shades of Gum Leaf #B0C3B4

Tints of Gum Leaf #B0C3B4

Color information

#B0C3B4 (or 0xB0C3B4) is unknown color: approx Gum Leaf. HEX triplet: B0, C3 and B4. RGB value is (176,195,180). Sum of RGB (Red+Green+Blue) = 176+195+180=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C3B4 is #4F3C4B. Grayscale: #BBBBBB. Windows color (decimal): -5192780 or 11846576. OLE color: 11846576.

HSL color Cylindrical-coordinate representation of color #B0C3B4: hue angle of 132.63º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0C3B4 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB176195180-
CMYK0.1000.080.24
HSL132.63º13.67%72.75%-
HSV(B)132.63º9.74%76.47%-
XYZ45.6651.5650.72-
YUV187.61123.71119.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 195 (76.56% from 255) = 35.39%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=31.94%
G=35.39%
B=32.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951800.1000.080.24132.6313.6772.75
HexB0C3B4A081885e49
Octal260303264120103020516111
Binary101100001100001110110100101001000110001000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C3B4; }

 p { color: rgb(176,195,180); }

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

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

 a { background-color: rgb(176,195,180); }

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

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

 span { border-color: rgb(176,195,180); }

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