#BDFDB8

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

Shades of Tea Green #BDFDB8

Tints of Tea Green #BDFDB8

Color information

#BDFDB8 (or 0xBDFDB8) is unknown color: approx Tea Green. HEX triplet: BD, FD and B8. RGB value is (189,253,184). Sum of RGB (Red+Green+Blue) = 189+253+184=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDB8 is #420247. Grayscale: #E2E2E2. Windows color (decimal): -4325960 or 12123581. OLE color: 12123581.

HSL color Cylindrical-coordinate representation of color #BDFDB8: hue angle of 115.65º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDFDB8 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB189253184-
CMYK0.2500.270.01
HSL115.65º94.52%85.69%-
HSV(B)115.65º27.27%99.22%-
XYZ64.7684.5358.25-
YUV226104.3101.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 253 (99.22% from 255) = 40.42%
BLUE value IS 184 (72.27% from 255) = 29.39%
R=30.19%
G=40.42%
B=29.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531840.2500.270.01115.6594.5285.69
HexBDFDB81901B1745f56
Octal275375270310331164137126
Binary101111011111110110111000110010110111111010010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDB8; }

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

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

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

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

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

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

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

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