#BFFCB3

Color #BFFCB3 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #BFFCB3

Tints of Tea Green #BFFCB3

Color information

#BFFCB3 (or 0xBFFCB3) is unknown color: approx Tea Green. HEX triplet: BF, FC and B3. RGB value is (191,252,179). Sum of RGB (Red+Green+Blue) = 191+252+179=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCB3 is #40034C. Grayscale: #E1E1E1. Windows color (decimal): -4195149 or 11795647. OLE color: 11795647.

HSL color Cylindrical-coordinate representation of color #BFFCB3: hue angle of 110.14º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFFCB3 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB191252179-
CMYK0.2400.290.01
HSL110.14º92.41%84.51%-
HSV(B)110.14º28.97%98.82%-
XYZ64.4383.9555.46-
YUV225.44101.79103.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 252 (98.83% from 255) = 40.51%
BLUE value IS 179 (70.31% from 255) = 28.78%
R=30.71%
G=40.51%
B=28.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912521790.2400.290.01110.1492.4184.51
HexBFFCB31801D16e5c55
Octal277374263300351156134125
Binary101111111111110010110011110000111011110111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCB3; }

 p { color: rgb(191,252,179); }

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

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

 a { background-color: rgb(191,252,179); }

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

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

 span { border-color: rgb(191,252,179); }

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