#B0D1B5

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

Shades of Gum Leaf #B0D1B5

Tints of Gum Leaf #B0D1B5

Color information

#B0D1B5 (or 0xB0D1B5) is unknown color: approx Gum Leaf. HEX triplet: B0, D1 and B5. RGB value is (176,209,181). Sum of RGB (Red+Green+Blue) = 176+209+181=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1B5 is #4F2E4A. Grayscale: #C4C4C4. Windows color (decimal): -5189195 or 11915696. OLE color: 11915696.

HSL color Cylindrical-coordinate representation of color #B0D1B5: hue angle of 129.09º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D1B5 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB176209181-
CMYK0.1600.130.18
HSL129.09º26.4%75.49%-
HSV(B)129.09º15.79%81.96%-
XYZ49.0558.1752.36-
YUV195.94119.57113.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 209 (82.03% from 255) = 36.93%
BLUE value IS 181 (71.09% from 255) = 31.98%
R=31.10%
G=36.93%
B=31.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762091810.1600.130.18129.0926.475.49
HexB0D1B5100D12811a4b
Octal260321265200152220132113
Binary10110000110100011011010110000011011001010000001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D1B5; }

 p { color: rgb(176,209,181); }

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

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

 a { background-color: rgb(176,209,181); }

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

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

 span { border-color: rgb(176,209,181); }

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