#BDFEB9

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

Shades of Tea Green #BDFEB9

Tints of Tea Green #BDFEB9

Color information

#BDFEB9 (or 0xBDFEB9) is unknown color: approx Tea Green. HEX triplet: BD, FE and B9. RGB value is (189,254,185). Sum of RGB (Red+Green+Blue) = 189+254+185=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEB9 is #420146. Grayscale: #E2E2E2. Windows color (decimal): -4325703 or 12189373. OLE color: 12189373.

HSL color Cylindrical-coordinate representation of color #BDFEB9: hue angle of 116.52º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDFEB9 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB189254185-
CMYK0.2600.270.00
HSL116.52º97.18%86.08%-
HSV(B)116.52º27.17%99.61%-
XYZ65.1985.2158.91-
YUV226.7104.47101.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 185 (72.66% from 255) = 29.46%
R=30.10%
G=40.45%
B=29.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541850.2600.270.00116.5297.1886.08
HexBDFEB91A01B0756156
Octal275376271320330165141126
Binary101111011111111010111001110100110110111010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEB9; }

 p { color: rgb(189,254,185); }

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

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

 a { background-color: rgb(189,254,185); }

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

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

 span { border-color: rgb(189,254,185); }

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