#B6C8BA

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

Shades of Gum Leaf #B6C8BA

Tints of Gum Leaf #B6C8BA

Color information

#B6C8BA (or 0xB6C8BA) is unknown color: approx Gum Leaf. HEX triplet: B6, C8 and BA. RGB value is (182,200,186). Sum of RGB (Red+Green+Blue) = 182+200+186=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C8BA is #493745. Grayscale: #C1C1C1. Windows color (decimal): -4798278 or 12241078. OLE color: 12241078.

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

Color convert

RGB182200186-
CMYK0.0900.070.22
HSL133.33º14.06%74.9%-
HSV(B)133.33º9%78.43%-
XYZ48.8154.854.46-
YUV193.02124.04120.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 200 (78.52% from 255) = 35.21%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=32.04%
G=35.21%
B=32.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1822001860.0900.070.22133.3314.0674.9
HexB6C8BA9071685e4b
Octal26631027211072620516113
Binary10110110110010001011101010010111101101000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C8BA; }

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

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

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

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

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

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

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

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