#BFF4BA

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

Shades of Tea Green #BFF4BA

Tints of Tea Green #BFF4BA

Color information

#BFF4BA (or 0xBFF4BA) is unknown color: approx Tea Green. HEX triplet: BF, F4 and BA. RGB value is (191,244,186). Sum of RGB (Red+Green+Blue) = 191+244+186=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF4BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF4BA is #400B45. Grayscale: #DDDDDD. Windows color (decimal): -4197190 or 12252351. OLE color: 12252351.

HSL color Cylindrical-coordinate representation of color #BFF4BA: hue angle of 114.83º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF4BA is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB191244186-
CMYK0.2200.240.04
HSL114.83º72.5%84.31%-
HSV(B)114.83º23.77%95.69%-
XYZ62.779.3258.46-
YUV221.54107.94106.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 244 (95.70% from 255) = 39.29%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=30.76%
G=39.29%
B=29.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912441860.2200.240.04114.8372.584.31
HexBFF4BA160184734854
Octal277364272260304163110124
Binary10111111111101001011101010110011000100111001110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF4BA; }

 p { color: rgb(191,244,186); }

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

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

 a { background-color: rgb(191,244,186); }

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

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

 span { border-color: rgb(191,244,186); }

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