#BFFFB2

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

Shades of Tea Green #BFFFB2

Tints of Tea Green #BFFFB2

Color information

#BFFFB2 (or 0xBFFFB2) is unknown color: approx Tea Green. HEX triplet: BF, FF and B2. RGB value is (191,255,178). Sum of RGB (Red+Green+Blue) = 191+255+178=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFFB2 is #40004D. Grayscale: #E3E3E3. Windows color (decimal): -4194382 or 11730879. OLE color: 11730879.

HSL color Cylindrical-coordinate representation of color #BFFFB2: hue angle of 109.87º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFFFB2 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB191255178-
CMYK0.2500.300
HSL109.87º100%84.9%-
HSV(B)109.87º30.2%100%-
XYZ65.2885.8155.24-
YUV227.09100.3102.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 178 (69.92% from 255) = 28.53%
R=30.61%
G=40.87%
B=28.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551780.2500.300109.8710084.9
HexBFFFB21901E06e6455
Octal277377262310360156144125
Binary101111111111111110110010110010111100110111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFB2; }

 p { color: rgb(191,255,178); }

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

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

 a { background-color: rgb(191,255,178); }

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

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

 span { border-color: rgb(191,255,178); }

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