#B6CABA

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

Shades of Gum Leaf #B6CABA

Tints of Gum Leaf #B6CABA

Color information

#B6CABA (or 0xB6CABA) is unknown color: approx Gum Leaf. HEX triplet: B6, CA and BA. RGB value is (182,202,186). Sum of RGB (Red+Green+Blue) = 182+202+186=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CABA is #493545. Grayscale: #C2C2C2. Windows color (decimal): -4797766 or 12241590. OLE color: 12241590.

HSL color Cylindrical-coordinate representation of color #B6CABA: hue angle of 132º 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 #B6CABA is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB182202186-
CMYK0.1000.080.21
HSL132º15.87%75.29%-
HSV(B)132º9.9%79.22%-
XYZ49.2755.7354.61-
YUV194.2123.37119.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.93%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=31.93%
G=35.44%
B=32.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021860.1000.080.2113215.8775.29
HexB6CABAA081584104b
Octal266312272120102520420113
Binary1011011011001010101110101010010001010110000100100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CABA; }

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

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

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

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

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

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

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

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