#BFFBB9

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

Shades of Tea Green #BFFBB9

Tints of Tea Green #BFFBB9

Color information

#BFFBB9 (or 0xBFFBB9) is unknown color: approx Tea Green. HEX triplet: BF, FB and B9. RGB value is (191,251,185). Sum of RGB (Red+Green+Blue) = 191+251+185=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBB9 is #400446. Grayscale: #E1E1E1. Windows color (decimal): -4195399 or 12188607. OLE color: 12188607.

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

Color convert

RGB191251185-
CMYK0.2400.260.02
HSL114.55º89.19%85.49%-
HSV(B)114.55º26.29%98.43%-
XYZ64.7483.5758.62-
YUV225.54105.12103.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 251 (98.44% from 255) = 40.03%
BLUE value IS 185 (72.66% from 255) = 29.51%
R=30.46%
G=40.03%
B=29.51%

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
Decimal1912511850.2400.260.02114.5589.1985.49
HexBFFBB91801A2735955
Octal277373271300322163131125
Binary1011111111111011101110011100001101010111001110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBB9; }

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

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

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

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

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

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

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

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