#B3CAB6

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

Shades of Gum Leaf #B3CAB6

Tints of Gum Leaf #B3CAB6

Color information

#B3CAB6 (or 0xB3CAB6) is unknown color: approx Gum Leaf. HEX triplet: B3, CA and B6. RGB value is (179,202,182). Sum of RGB (Red+Green+Blue) = 179+202+182=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 182 (71.48% from 255 or 32.33% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CAB6 is #4C3549. Grayscale: #C0C0C0. Windows color (decimal): -4994378 or 11979443. OLE color: 11979443.

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

Color convert

RGB179202182-
CMYK0.1100.100.21
HSL127.83º17.83%74.71%-
HSV(B)127.83º11.39%79.22%-
XYZ48.1555.252.37-
YUV192.84121.88118.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.79%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 182 (71.48% from 255) = 32.33%
R=31.79%
G=35.88%
B=32.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021820.1100.100.21127.8317.8374.71
HexB3CAB6B0A1580124b
Octal263312266130122520022113
Binary1011001111001010101101101011010101010110000000100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAB6; }

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

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

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

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

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

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

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

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