#B1CFBA

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

Shades of Gum Leaf #B1CFBA

Tints of Gum Leaf #B1CFBA

Color information

#B1CFBA (or 0xB1CFBA) is unknown color: approx Gum Leaf. HEX triplet: B1, CF and BA. RGB value is (177,207,186). Sum of RGB (Red+Green+Blue) = 177+207+186=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFBA is #4E3045. Grayscale: #C3C3C3. Windows color (decimal): -5124166 or 12242865. OLE color: 12242865.

HSL color Cylindrical-coordinate representation of color #B1CFBA: hue angle of 138º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CFBA is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB177207186-
CMYK0.1400.100.19
HSL138º23.81%75.29%-
HSV(B)138º14.49%81.18%-
XYZ49.3157.5254.96-
YUV195.64122.56114.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=31.05%
G=36.32%
B=32.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772071860.1400.100.1913823.8175.29
HexB1CFBAE0A138a184b
Octal261317272160122321230113
Binary1011000111001111101110101110010101001110001010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFBA; }

 p { color: rgb(177,207,186); }

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

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

 a { background-color: rgb(177,207,186); }

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

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

 span { border-color: rgb(177,207,186); }

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