#B1CDB9

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

Shades of Gum Leaf #B1CDB9

Tints of Gum Leaf #B1CDB9

Color information

#B1CDB9 (or 0xB1CDB9) is unknown color: approx Gum Leaf. HEX triplet: B1, CD and B9. RGB value is (177,205,185). Sum of RGB (Red+Green+Blue) = 177+205+185=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDB9 is #4E3246. Grayscale: #C2C2C2. Windows color (decimal): -5124679 or 12176817. OLE color: 12176817.

HSL color Cylindrical-coordinate representation of color #B1CDB9: hue angle of 137.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CDB9 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB177205185-
CMYK0.1400.100.20
HSL137.14º21.88%74.9%-
HSV(B)137.14º13.66%80.39%-
XYZ48.7256.5154.24-
YUV194.35122.72115.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.22%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 185 (72.66% from 255) = 32.63%
R=31.22%
G=36.16%
B=32.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051850.1400.100.20137.1421.8874.9
HexB1CDB9E0A1489164b
Octal261315271160122421126113
Binary1011000111001101101110011110010101010010001001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDB9; }

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

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

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

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

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

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

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

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