#BFFBBA

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

Shades of Tea Green #BFFBBA

Tints of Tea Green #BFFBBA

Color information

#BFFBBA (or 0xBFFBBA) is unknown color: approx Tea Green. HEX triplet: BF, FB and BA. RGB value is (191,251,186). Sum of RGB (Red+Green+Blue) = 191+251+186=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBBA is #400445. Grayscale: #E1E1E1. Windows color (decimal): -4195398 or 12254143. OLE color: 12254143.

HSL color Cylindrical-coordinate representation of color #BFFBBA: hue angle of 115.38º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFFBBA is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB191251186-
CMYK0.2400.260.02
HSL115.38º89.04%85.69%-
HSV(B)115.38º25.9%98.43%-
XYZ64.8583.6259.18-
YUV225.65105.62103.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 251 (98.44% from 255) = 39.97%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=30.41%
G=39.97%
B=29.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912511860.2400.260.02115.3889.0485.69
HexBFFBBA1801A2735956
Octal277373272300322163131126
Binary1011111111111011101110101100001101010111001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBBA; }

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

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

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

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

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

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

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

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