#B0CAB8

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

Shades of Gum Leaf #B0CAB8

Tints of Gum Leaf #B0CAB8

Color information

#B0CAB8 (or 0xB0CAB8) is unknown color: approx Gum Leaf. HEX triplet: B0, CA and B8. RGB value is (176,202,184). Sum of RGB (Red+Green+Blue) = 176+202+184=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CAB8 is #4F3547. Grayscale: #C0C0C0. Windows color (decimal): -5190984 or 12110512. OLE color: 12110512.

HSL color Cylindrical-coordinate representation of color #B0CAB8: hue angle of 138.46º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CAB8 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB176202184-
CMYK0.1300.090.21
HSL138.46º19.7%74.12%-
HSV(B)138.46º12.87%79.22%-
XYZ47.6854.9353.44-
YUV192.17123.39116.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 184 (72.27% from 255) = 32.74%
R=31.32%
G=35.94%
B=32.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762021840.1300.090.21138.4619.774.12
HexB0CAB8D09158a144a
Octal260312270150112521224112
Binary1011000011001010101110001101010011010110001010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CAB8; }

 p { color: rgb(176,202,184); }

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

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

 a { background-color: rgb(176,202,184); }

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

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

 span { border-color: rgb(176,202,184); }

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