#BFFBB3

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

Shades of Tea Green #BFFBB3

Tints of Tea Green #BFFBB3

Color information

#BFFBB3 (or 0xBFFBB3) is unknown color: approx Tea Green. HEX triplet: BF, FB and B3. RGB value is (191,251,179). Sum of RGB (Red+Green+Blue) = 191+251+179=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 179 (70.31% from 255 or 28.82% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBB3 is #40044C. Grayscale: #E1E1E1. Windows color (decimal): -4195405 or 11795391. OLE color: 11795391.

HSL color Cylindrical-coordinate representation of color #BFFBB3: hue angle of 110º 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 #BFFBB3 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB191251179-
CMYK0.2400.290.02
HSL110º90%84.31%-
HSV(B)110º28.69%98.43%-
XYZ64.1283.3355.35-
YUV224.85102.12103.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 251 (98.44% from 255) = 40.42%
BLUE value IS 179 (70.31% from 255) = 28.82%
R=30.76%
G=40.42%
B=28.82%

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
Decimal1912511790.2400.290.021109084.31
HexBFFBB31801D26e5a54
Octal277373263300352156132124
Binary1011111111111011101100111100001110110110111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBB3; }

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

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

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

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

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

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

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

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