#B7C9BB

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

Shades of Gum Leaf #B7C9BB

Tints of Gum Leaf #B7C9BB

Color information

#B7C9BB (or 0xB7C9BB) is unknown color: approx Gum Leaf. HEX triplet: B7, C9 and BB. RGB value is (183,201,187). Sum of RGB (Red+Green+Blue) = 183+201+187=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C9BB is #483644. Grayscale: #C2C2C2. Windows color (decimal): -4732485 or 12306871. OLE color: 12306871.

HSL color Cylindrical-coordinate representation of color #B7C9BB: hue angle of 133.33º degrees, saturation: 0.14, 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 #B7C9BB is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB183201187-
CMYK0.0900.070.21
HSL133.33º14.29%75.29%-
HSV(B)133.33º8.96%78.82%-
XYZ49.3855.4355.11-
YUV194.02124.04120.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 201 (78.91% from 255) = 35.20%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=32.05%
G=35.20%
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.21
SystemRedGreenBlueCMYKHSL
Decimal1832011870.0900.070.21133.3314.2975.29
HexB7C9BB9071585e4b
Octal26731127311072520516113
Binary10110111110010011011101110010111101011000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C9BB; }

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

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

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

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

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

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

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

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