#B6CABB

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

Shades of Gum Leaf #B6CABB

Tints of Gum Leaf #B6CABB

Color information

#B6CABB (or 0xB6CABB) is unknown color: approx Gum Leaf. HEX triplet: B6, CA and BB. RGB value is (182,202,187). Sum of RGB (Red+Green+Blue) = 182+202+187=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CABB is #493544. Grayscale: #C2C2C2. Windows color (decimal): -4797765 or 12307126. OLE color: 12307126.

HSL color Cylindrical-coordinate representation of color #B6CABB: hue angle of 135º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6CABB is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB182202187-
CMYK0.1000.070.21
HSL135º15.87%75.29%-
HSV(B)135º9.9%79.22%-
XYZ49.3855.7755.18-
YUV194.31123.87119.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=31.87%
G=35.38%
B=32.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021870.1000.070.2113515.8775.29
HexB6CABBA071587104b
Octal26631227312072520720113
Binary101101101100101010111011101001111010110000111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CABB; }

 p { color: rgb(182,202,187); }

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

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

 a { background-color: rgb(182,202,187); }

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

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

 span { border-color: rgb(182,202,187); }

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