#B1D2B9

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

Shades of Gum Leaf #B1D2B9

Tints of Gum Leaf #B1D2B9

Color information

#B1D2B9 (or 0xB1D2B9) is unknown color: approx Gum Leaf. HEX triplet: B1, D2 and B9. RGB value is (177,210,185). Sum of RGB (Red+Green+Blue) = 177+210+185=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D2B9 is #4E2D46. Grayscale: #C5C5C5. Windows color (decimal): -5123399 or 12178097. OLE color: 12178097.

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

Color convert

RGB177210185-
CMYK0.1600.120.18
HSL134.55º26.83%75.88%-
HSV(B)134.55º15.71%82.35%-
XYZ49.9458.9454.64-
YUV197.28121.07113.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 210 (82.42% from 255) = 36.71%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=30.94%
G=36.71%
B=32.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772101850.1600.120.18134.5526.8375.88
HexB1D2B9100C12871b4c
Octal261322271200142220733114
Binary10110001110100101011100110000011001001010000111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D2B9; }

 p { color: rgb(177,210,185); }

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

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

 a { background-color: rgb(177,210,185); }

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

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

 span { border-color: rgb(177,210,185); }

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