#B4C9BA

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

Shades of Gum Leaf #B4C9BA

Tints of Gum Leaf #B4C9BA

Color information

#B4C9BA (or 0xB4C9BA) is unknown color: approx Gum Leaf. HEX triplet: B4, C9 and BA. RGB value is (180,201,186). Sum of RGB (Red+Green+Blue) = 180+201+186=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C9BA is #4B3645. Grayscale: #C1C1C1. Windows color (decimal): -4929094 or 12241332. OLE color: 12241332.

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

Color convert

RGB180201186-
CMYK0.1000.070.21
HSL137.14º16.28%74.71%-
HSV(B)137.14º10.45%78.82%-
XYZ48.5755.0254.51-
YUV193.01124.04118.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.75%
GREEN value IS 201 (78.91% from 255) = 35.45%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=31.75%
G=35.45%
B=32.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802011860.1000.070.21137.1416.2874.71
HexB4C9BAA071589104b
Octal26431127212072521120113
Binary101101001100100110111010101001111010110001001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C9BA; }

 p { color: rgb(180,201,186); }

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

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

 a { background-color: rgb(180,201,186); }

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

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

 span { border-color: rgb(180,201,186); }

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