#B5C8BA

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

Shades of Gum Leaf #B5C8BA

Tints of Gum Leaf #B5C8BA

Color information

#B5C8BA (or 0xB5C8BA) is unknown color: approx Gum Leaf. HEX triplet: B5, C8 and BA. RGB value is (181,200,186). Sum of RGB (Red+Green+Blue) = 181+200+186=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C8BA is #4A3745. Grayscale: #C0C0C0. Windows color (decimal): -4863814 or 12241077. OLE color: 12241077.

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

Color convert

RGB181200186-
CMYK0.0900.070.22
HSL135.79º14.73%74.71%-
HSV(B)135.79º9.5%78.43%-
XYZ48.5754.6854.45-
YUV192.72124.21119.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.92%
GREEN value IS 200 (78.52% from 255) = 35.27%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=31.92%
G=35.27%
B=32.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1812001860.0900.070.22135.7914.7374.71
HexB5C8BA9071688f4b
Octal26531027211072621017113
Binary10110101110010001011101010010111101101000100011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C8BA; }

 p { color: rgb(181,200,186); }

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

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

 a { background-color: rgb(181,200,186); }

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

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

 span { border-color: rgb(181,200,186); }

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