#BFFBB2

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

Shades of Tea Green #BFFBB2

Tints of Tea Green #BFFBB2

Color information

#BFFBB2 (or 0xBFFBB2) is unknown color: approx Tea Green. HEX triplet: BF, FB and B2. RGB value is (191,251,178). Sum of RGB (Red+Green+Blue) = 191+251+178=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFBB2 is #40044D. Grayscale: #E0E0E0. Windows color (decimal): -4195406 or 11729855. OLE color: 11729855.

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

Color convert

RGB191251178-
CMYK0.2400.290.02
HSL109.32º90.12%84.12%-
HSV(B)109.32º29.08%98.43%-
XYZ64.0283.2954.82-
YUV224.74101.62103.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 251 (98.44% from 255) = 40.48%
BLUE value IS 178 (69.92% from 255) = 28.71%
R=30.81%
G=40.48%
B=28.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912511780.2400.290.02109.3290.1284.12
HexBFFBB21801D26d5a54
Octal277373262300352155132124
Binary1011111111111011101100101100001110110110110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBB2; }

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

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

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

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

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

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

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

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