#B4C8B9

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

Shades of Gum Leaf #B4C8B9

Tints of Gum Leaf #B4C8B9

Color information

#B4C8B9 (or 0xB4C8B9) is unknown color: approx Gum Leaf. HEX triplet: B4, C8 and B9. RGB value is (180,200,185). Sum of RGB (Red+Green+Blue) = 180+200+185=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C8B9 is #4B3746. Grayscale: #C0C0C0. Windows color (decimal): -4929351 or 12175540. OLE color: 12175540.

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

Color convert

RGB180200185-
CMYK0.100.080.22
HSL135º15.38%74.51%-
HSV(B)135º10%78.43%-
XYZ48.2354.5153.88-
YUV192.31123.87119.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 200 (78.52% from 255) = 35.40%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=31.86%
G=35.40%
B=32.74%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1802001850.100.080.2213515.3874.51
HexB4C8B9A081687f4b
Octal264310271120102620717113
Binary101101001100100010111001101001000101101000011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C8B9; }

 p { color: rgb(180,200,185); }

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

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

 a { background-color: rgb(180,200,185); }

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

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

 span { border-color: rgb(180,200,185); }

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