#B0C3B6

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

Shades of Gum Leaf #B0C3B6

Tints of Gum Leaf #B0C3B6

Color information

#B0C3B6 (or 0xB0C3B6) is unknown color: approx Gum Leaf. HEX triplet: B0, C3 and B6. RGB value is (176,195,182). Sum of RGB (Red+Green+Blue) = 176+195+182=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C3B6 is #4F3C49. Grayscale: #BBBBBB. Windows color (decimal): -5192778 or 11977648. OLE color: 11977648.

HSL color Cylindrical-coordinate representation of color #B0C3B6: hue angle of 138.95º 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 #B0C3B6 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB176195182-
CMYK0.1000.070.24
HSL138.95º13.67%72.75%-
HSV(B)138.95º9.74%76.47%-
XYZ45.8651.6451.81-
YUV187.84124.71119.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.83%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=31.83%
G=35.26%
B=32.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951820.1000.070.24138.9513.6772.75
HexB0C3B6A07188be49
Octal26030326612073021316111
Binary10110000110000111011011010100111110001000101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C3B6; }

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

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

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

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

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

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

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

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