#B2CDB9

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

Shades of Gum Leaf #B2CDB9

Tints of Gum Leaf #B2CDB9

Color information

#B2CDB9 (or 0xB2CDB9) is unknown color: approx Gum Leaf. HEX triplet: B2, CD and B9. RGB value is (178,205,185). Sum of RGB (Red+Green+Blue) = 178+205+185=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDB9 is #4D3246. Grayscale: #C2C2C2. Windows color (decimal): -5059143 or 12176818. OLE color: 12176818.

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

Color convert

RGB178205185-
CMYK0.1300.100.20
HSL135.56º21.26%75.1%-
HSV(B)135.56º13.17%80.39%-
XYZ48.9556.6354.25-
YUV194.65122.55116.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 205 (80.47% from 255) = 36.09%
BLUE value IS 185 (72.66% from 255) = 32.57%
R=31.34%
G=36.09%
B=32.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782051850.1300.100.20135.5621.2675.1
HexB2CDB9D0A1488154b
Octal262315271150122421025113
Binary1011001011001101101110011101010101010010001000101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CDB9; }

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

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

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

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

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

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

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

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