#B6C9BB

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

Shades of Gum Leaf #B6C9BB

Tints of Gum Leaf #B6C9BB

Color information

#B6C9BB (or 0xB6C9BB) is unknown color: approx Gum Leaf. HEX triplet: B6, C9 and BB. RGB value is (182,201,187). Sum of RGB (Red+Green+Blue) = 182+201+187=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C9BB is #493644. Grayscale: #C1C1C1. Windows color (decimal): -4798021 or 12306870. OLE color: 12306870.

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

Color convert

RGB182201187-
CMYK0.0900.070.21
HSL135.79º14.96%75.1%-
HSV(B)135.79º9.45%78.82%-
XYZ49.1555.3155.1-
YUV193.72124.21119.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.93%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=31.93%
G=35.26%
B=32.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822011870.0900.070.21135.7914.9675.1
HexB6C9BB9071588f4b
Octal26631127311072521017113
Binary10110110110010011011101110010111101011000100011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C9BB; }

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

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

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

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

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

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

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

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