#BDFEB6

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

Shades of Tea Green #BDFEB6

Tints of Tea Green #BDFEB6

Color information

#BDFEB6 (or 0xBDFEB6) is unknown color: approx Tea Green. HEX triplet: BD, FE and B6. RGB value is (189,254,182). Sum of RGB (Red+Green+Blue) = 189+254+182=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEB6 is #420149. Grayscale: #E2E2E2. Windows color (decimal): -4325706 or 11992765. OLE color: 11992765.

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

Color convert

RGB189254182-
CMYK0.2600.280.00
HSL114.17º97.3%85.49%-
HSV(B)114.17º28.35%99.61%-
XYZ64.8785.0857.26-
YUV226.36102.97101.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 254 (99.61% from 255) = 40.64%
BLUE value IS 182 (71.48% from 255) = 29.12%
R=30.24%
G=40.64%
B=29.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541820.2600.280.00114.1797.385.49
HexBDFEB61A01C0726155
Octal275376266320340162141125
Binary101111011111111010110110110100111000111001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEB6; }

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

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

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

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

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

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

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

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