#BDFEBA

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

Shades of Tea Green #BDFEBA

Tints of Tea Green #BDFEBA

Color information

#BDFEBA (or 0xBDFEBA) is unknown color: approx Tea Green. HEX triplet: BD, FE and BA. RGB value is (189,254,186). Sum of RGB (Red+Green+Blue) = 189+254+186=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEBA is #420145. Grayscale: #E3E3E3. Windows color (decimal): -4325702 or 12254909. OLE color: 12254909.

HSL color Cylindrical-coordinate representation of color #BDFEBA: hue angle of 117.35º 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 #BDFEBA is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB189254186-
CMYK0.2600.270.00
HSL117.35º97.14%86.27%-
HSV(B)117.35º26.77%99.61%-
XYZ65.2985.2559.47-
YUV226.81104.97101.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=30.05%
G=40.38%
B=29.57%

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
Decimal1892541860.2600.270.00117.3597.1486.27
HexBDFEBA1A01B0756156
Octal275376272320330165141126
Binary101111011111111010111010110100110110111010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEBA; }

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

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

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

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

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

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

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

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