#B7C8BB

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

Shades of Gum Leaf #B7C8BB

Tints of Gum Leaf #B7C8BB

Color information

#B7C8BB (or 0xB7C8BB) is unknown color: approx Gum Leaf. HEX triplet: B7, C8 and BB. RGB value is (183,200,187). Sum of RGB (Red+Green+Blue) = 183+200+187=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C8BB is #483744. Grayscale: #C1C1C1. Windows color (decimal): -4732741 or 12306615. OLE color: 12306615.

HSL color Cylindrical-coordinate representation of color #B7C8BB: hue angle of 134.12º degrees, saturation: 0.13, 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 #B7C8BB is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB183200187-
CMYK0.0800.060.22
HSL134.12º13.39%75.1%-
HSV(B)134.12º8.5%78.43%-
XYZ49.1554.9655.03-
YUV193.44124.37120.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 200 (78.52% from 255) = 35.09%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=32.11%
G=35.09%
B=32.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1832001870.0800.060.22134.1213.3975.1
HexB7C8BB8061686d4b
Octal26731027310062620615113
Binary10110111110010001011101110000110101101000011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C8BB; }

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

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

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

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

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

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

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

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