#BDFAB8

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

Shades of Tea Green #BDFAB8

Tints of Tea Green #BDFAB8

Color information

#BDFAB8 (or 0xBDFAB8) is unknown color: approx Tea Green. HEX triplet: BD, FA and B8. RGB value is (189,250,184). Sum of RGB (Red+Green+Blue) = 189+250+184=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 184 (72.27% from 255 or 29.53% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAB8 is #420547. Grayscale: #E0E0E0. Windows color (decimal): -4326728 or 12122813. OLE color: 12122813.

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

Color convert

RGB189250184-
CMYK0.2400.260.02
HSL115.45º86.84%85.1%-
HSV(B)115.45º26.4%98.04%-
XYZ63.8282.6557.94-
YUV224.24105.29102.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 184 (72.27% from 255) = 29.53%
R=30.34%
G=40.13%
B=29.53%

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
Decimal1892501840.2400.260.02115.4586.8485.1
HexBDFAB81801A2735755
Octal275372270300322163127125
Binary1011110111111010101110001100001101010111001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAB8; }

 p { color: rgb(189,250,184); }

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

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

 a { background-color: rgb(189,250,184); }

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

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

 span { border-color: rgb(189,250,184); }

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