#B0C0B3

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

Shades of Gum Leaf #B0C0B3

Tints of Gum Leaf #B0C0B3

Color information

#B0C0B3 (or 0xB0C0B3) is unknown color: approx Gum Leaf. HEX triplet: B0, C0 and B3. RGB value is (176,192,179). Sum of RGB (Red+Green+Blue) = 176+192+179=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0B3 is #4F3F4C. Grayscale: #B9B9B9. Windows color (decimal): -5193549 or 11780272. OLE color: 11780272.

HSL color Cylindrical-coordinate representation of color #B0C0B3: hue angle of 131.25º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0C0B3 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB176192179-
CMYK0.0800.070.25
HSL131.25º11.27%72.16%-
HSV(B)131.25º8.33%75.29%-
XYZ44.8950.1849.97-
YUV185.73124.2121.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 192 (75.39% from 255) = 35.10%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=32.18%
G=35.10%
B=32.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921790.0800.070.25131.2511.2772.16
HexB0C0B38071983b48
Octal26030026310073120313110
Binary10110000110000001011001110000111110011000001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C0B3; }

 p { color: rgb(176,192,179); }

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

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

 a { background-color: rgb(176,192,179); }

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

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

 span { border-color: rgb(176,192,179); }

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