#B1CAB8

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

Shades of Gum Leaf #B1CAB8

Tints of Gum Leaf #B1CAB8

Color information

#B1CAB8 (or 0xB1CAB8) is unknown color: approx Gum Leaf. HEX triplet: B1, CA and B8. RGB value is (177,202,184). Sum of RGB (Red+Green+Blue) = 177+202+184=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAB8 is #4E3547. Grayscale: #C0C0C0. Windows color (decimal): -5125448 or 12110513. OLE color: 12110513.

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

Color convert

RGB177202184-
CMYK0.1200.090.21
HSL136.8º19.08%74.31%-
HSV(B)136.8º12.38%79.22%-
XYZ47.955.0553.45-
YUV192.47123.22116.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.44%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=31.44%
G=35.88%
B=32.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021840.1200.090.21136.819.0874.31
HexB1CAB8C091589134a
Octal261312270140112521123112
Binary1011000111001010101110001100010011010110001001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAB8; }

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

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

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

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

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

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

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

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